guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 9c4d060956c3a416f5b46baaa07d41ce4758dbb9
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 dc96a3d..5cfb52e 100644
--- a/gnu/system/installer/install.scm
+++ b/gnu/system/installer/install.scm
@@ -101,7 +101,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]