diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2022-01-31 18:45:17 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-02-02 16:46:44 +0100 |
commit | 4943ac86e4f95a2e14fd209f3fdaac74a0d9ca2e (patch) | |
tree | d71450d9f77c034bb0e00bb51c004dcb64aab964 /gnu/installer.scm | |
parent | ad55ccf9b18000144a4e0f28a0f9e57132f94edc (diff) |
installer: Use system-wide guix for system init.
* gnu/installer.scm (installer-program): Remove dependency on the guix
package for the PATH.
* gnu/installer/final.scm (install-system): Set PATH inside container
to /run/current-system/profile/bin/.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/installer.scm')
-rw-r--r-- | gnu/installer.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 7b2914be98..415f5a7af7 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -335,7 +335,6 @@ selected keymap." ntfs-3g ;mkfs.ntfs xfsprogs ;mkfs.xfs kbd ;chvt - guix ;guix system init call util-linux ;mkwap nano shadow |