guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: system: install: Add gptfdisk to installation os.


From: David Craven
Subject: 05/07: system: install: Add gptfdisk to installation os.
Date: Fri, 10 Feb 2017 07:40:54 -0500 (EST)

dvc pushed a commit to branch master
in repository guix.

commit 72524ae843170b7af006388ebd87fc1eb60792e5
Author: David Craven <address@hidden>
Date:   Mon Jan 30 20:52:00 2017 +0100

    system: install: Add gptfdisk to installation os.
    
    * 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 ad234fd..944d9f7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]