guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: installer: Use --fallback when installing.


From: John Darrington
Subject: 06/06: installer: Use --fallback when installing.
Date: Tue, 3 Jan 2017 15:43:18 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 7462214f12a026d44ec76d36ee4fa460a8b24fbe
Author: John Darrington <address@hidden>
Date:   Tue Jan 3 15:17:45 2017 +0100

    installer: Use --fallback when installing.
    
    * gnu/system/installer/install.scm (install-page-key-handler): Add 
--fallback
    option to guix system init call.
---
 gnu/system/installer/install.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/installer/install.scm b/gnu/system/installer/install.scm
index b92fe86..1f95301 100644
--- a/gnu/system/installer/install.scm
+++ b/gnu/system/installer/install.scm
@@ -97,7 +97,7 @@
              (display (gettext "Installing the system ...") window-port)
              (force-output window-port)
 
-             (zero? (pipe-cmd window-port "guix" "guix" "system" "init"
+             (zero? (pipe-cmd window-port "guix" "guix" "system" "init" 
"--fallback"
                                  (string-append target "/etc/config.scm")
                                  target))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]