From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 6/7] system: install: Add gptfdisk to installation os. Date: Thu, 2 Feb 2017 00:35:30 +0100 Message-ID: <20170201233531.2640-6-david@craven.ch> References: <20170201233531.2640-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ4RP-0007ld-0O for guix-devel@gnu.org; Wed, 01 Feb 2017 18:35:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ4RO-0005Ns-2g for guix-devel@gnu.org; Wed, 01 Feb 2017 18:35:55 -0500 Received: from so254-10.mailgun.net ([198.61.254.10]:39969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ4RN-0005KM-U1 for guix-devel@gnu.org; Wed, 01 Feb 2017 18:35:54 -0500 In-Reply-To: <20170201233531.2640-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: David Craven * gnu/system/install.scm (installation-os)[packages]: Add gptfdisk. --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index ad234fd9c..944d9f7e7 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -388,7 +388,7 @@ Use Alt-F2 for documentation. (base-pam-services #:allow-empty-passwords? #t)) (packages (cons* (canonical-package glibc) ;for 'tzselect' & co. - parted ddrescue + parted gptfdisk ddrescue grub ;mostly so xrefs to its manual work cryptsetup mdadm -- 2.11.0