installer: Pass '--fallback' to 'guix system init'.
Fixes <https://bugs.gnu.org/38608>. Reported by Nathan Dehnel <ncdehnel@gmail.com>. * gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix system init'.master
parent
747b7246a6
commit
a4ee6ac444
|
@ -102,7 +102,7 @@ Start COW-STORE service on target directory and launch guix install command in
|
||||||
a subshell. LOCALE must be the locale name under which that command will run,
|
a subshell. LOCALE must be the locale name under which that command will run,
|
||||||
or #f. Return #t on success and #f on failure."
|
or #f. Return #t on success and #f on failure."
|
||||||
(let ((install-command
|
(let ((install-command
|
||||||
(format #f "guix system init ~a ~a"
|
(format #f "guix system init --fallback ~a ~a"
|
||||||
(%installer-configuration-file)
|
(%installer-configuration-file)
|
||||||
(%installer-target-dir))))
|
(%installer-target-dir))))
|
||||||
(mkdir-p (%installer-target-dir))
|
(mkdir-p (%installer-target-dir))
|
||||||
|
|
Reference in New Issue