guix-commits
[Top][All Lists]
Advanced

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

13/22: installer: Add path to mount/umount commands in installer service


From: John Darrington
Subject: 13/22: installer: Add path to mount/umount commands in installer service.
Date: Tue, 27 Dec 2016 06:02:09 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 43e46cee29f6a3811a12b0972584fcc8338bf4b9
Author: John Darrington <address@hidden>
Date:   Mon Dec 26 10:29:44 2016 +0100

    installer: Add path to mount/umount commands in installer service.
    
    * gnu/system/install (guix-installer) [PATH]: Add path <util-linux>/bin.
---
 gnu/system/install.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 06aaca9..6d93ce0 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -141,6 +141,7 @@ manual."
                               (string-append #$pciutils   "/sbin")
                               (string-append #$shepherd   "/bin")  ; for herd
                               (string-append #$shepherd   "/sbin") ; for reboot
+                              (string-append #$util-linux "/bin")  ; for mount
                               (string-append #$util-linux "/sbin")
                               (string-append #$wpa-supplicant-minimal   
"/sbin")
                               (string-append #$which      "/bin"))



reply via email to

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