installer: Pass '--fallback' to 'guix system init'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 29 Dec 2019 16:51:43 +0000 (17:51 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 29 Dec 2019 17:24:55 +0000 (18:24 +0100)
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'.

gnu/installer/final.scm

index 855b640..1b85900 100644 (file)
@@ -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,
 or #f.  Return #t on success and #f on failure."
   (let ((install-command
-         (format #f "guix system init ~a ~a"
+         (format #f "guix system init --fallback ~a ~a"
                  (%installer-configuration-file)
                  (%installer-target-dir))))
     (mkdir-p (%installer-target-dir))