[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: installer: Add inetutils bin directory to PATH.
From: |
John Darrington |
Subject: |
03/21: installer: Add inetutils bin directory to PATH. |
Date: |
Sat, 31 Dec 2016 14:54:17 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 788d6aca20d7ef378caa7305346d35b03b6d9fd5
Author: John Darrington <address@hidden>
Date: Tue Dec 27 11:50:30 2016 +0100
installer: Add inetutils bin directory to PATH.
* gnu/system/install.scm (guix-installer): Add inetutils bin directory
to PATH environment.
---
gnu/system/install.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 2bcdf07..e1545c3 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -134,6 +134,7 @@ manual."
(string-append #$coreutils "/bin") ; for ls (!)
(string-append #$e2fsprogs "/sbin")
(string-append #$(current-guix) "/bin") ; for
guix system init
+ (string-append #$inetutils "/bin") ; for ping
(string-append #$iproute "/sbin")
(string-append #$isc-dhcp "/sbin")
(string-append #$iw "/sbin")
- branch wip-installer updated (d654694 -> d5eb580), John Darrington, 2016/12/31
- 03/21: installer: Add inetutils bin directory to PATH.,
John Darrington <=
- 05/21: installer: Enable scrolling in the installation window., John Darrington, 2016/12/31
- 06/21: installer: Wrap installer in (catch #t ...), John Darrington, 2016/12/31
- 16/21: installer: Prevent the user specifying the same mount point twice., John Darrington, 2016/12/31
- 04/21: installer: Turn off kernel ring messages to console., John Darrington, 2016/12/31
- 01/21: installer: Add wireless-tools bin directory to PATH., John Darrington, 2016/12/31
- 02/21: installer: Replace an instance of cdr with match., John Darrington, 2016/12/31
- 12/21: installer: Close unused ports in pipe-cmd., John Darrington, 2016/12/31
- 08/21: installer: Use consistent window heights., John Darrington, 2016/12/31
- 20/21: installer: Do not use /tmp for holding the configuration., John Darrington, 2016/12/31
- 14/21: installer: Issue message to user on failure of filesystems task., John Darrington, 2016/12/31