From a4ee6ac444ca71a93101b48bc1e6a5710026266c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 29 Dec 2019 17:51:43 +0100 Subject: installer: Pass '--fallback' to 'guix system init'. Fixes . Reported by Nathan Dehnel . * gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix system init'. --- gnu/installer/final.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/installer/final.scm') diff --git a/gnu/installer/final.scm b/gnu/installer/final.scm index 855b640030..1b85900912 100644 --- a/gnu/installer/final.scm +++ b/gnu/installer/final.scm @@ -102,7 +102,7 @@ (define* (install-system locale #:key (users '())) 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)) -- cgit v1.2.3