[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/80: gnu: Add guix to the path environment for the guix-installer serv
From: |
John Darrington |
Subject: |
43/80: gnu: Add guix to the path environment for the guix-installer service. |
Date: |
Tue, 3 Jan 2017 15:49:44 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit d6546942285c0e965ee3bd01fd4d3703da2a564d
Author: John Darrington <address@hidden>
Date: Tue Dec 27 06:49:18 2016 +0100
gnu: Add guix to the path environment for the guix-installer service.
* gnu/system/install.scm (guix-installer): Add (current-guix)/bin 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 6d93ce0..736d547 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -133,6 +133,7 @@ manual."
(string-append #$bash "/bin")
(string-append #$coreutils "/bin") ; for ls (!)
(string-append #$e2fsprogs "/sbin")
+ (string-append #$(current-guix) "/bin") ; for
guix system init
(string-append #$iproute "/sbin")
(string-append #$isc-dhcp "/sbin")
(string-append #$iw "/sbin")
- 44/80: installer: Add wireless-tools bin directory to PATH., (continued)
- 44/80: installer: Add wireless-tools bin directory to PATH., John Darrington, 2017/01/03
- 41/80: install: Define new procedure pipe-cmd and use it to implement window-pipe., John Darrington, 2017/01/03
- 40/80: installer: Ensure that all mount-points have a file system., John Darrington, 2017/01/03
- 42/80: installer: Correct bugs generating the configuration., John Darrington, 2017/01/03
- 47/80: installer: Turn off kernel ring messages to console., John Darrington, 2017/01/03
- 39/80: installer: New predicate valid-hostname?, John Darrington, 2017/01/03
- 48/80: installer: Enable scrolling in the installation window., John Darrington, 2017/01/03
- 46/80: installer: Add inetutils bin directory to PATH., John Darrington, 2017/01/03
- 33/80: installer: Write the configuration to a temporary file., John Darrington, 2017/01/03
- 61/80: installer: Change the order of the filesystem task conditions., John Darrington, 2017/01/03
- 43/80: gnu: Add guix to the path environment for the guix-installer service.,
John Darrington <=
- 45/80: installer: Replace an instance of cdr with match., John Darrington, 2017/01/03
- 32/80: installer: Add a task to actually call guix system init., John Darrington, 2017/01/03
- 38/80: installer: Replace some instances of "car"., John Darrington, 2017/01/03
- 26/80: installer: Add a new menu to configure wireless interfaces., John Darrington, 2017/01/03
- 59/80: installer: Prevent the user specifying the same mount point twice., John Darrington, 2017/01/03
- 57/80: installer: Issue message to user on failure of filesystems task., John Darrington, 2017/01/03
- 64/80: installer: Add a console-keymap service., John Darrington, 2017/01/03
- 71/80: installer: Make setting up of the network a prerequisite., John Darrington, 2017/01/03
- 55/80: installer: Close unused ports in pipe-cmd., John Darrington, 2017/01/03
- 72/80: installer: Ensure that all mount points are absolute paths., John Darrington, 2017/01/03