[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))
- 50/80: installer: Rename module "new" to "guixsd-installer"., (continued)
- 50/80: installer: Rename module "new" to "guixsd-installer"., John Darrington, 2017/01/03
- 54/80: installer: Improve install page., John Darrington, 2017/01/03
- 62/80: installer: Use global variable instead of string literal for "/gnu"., John Darrington, 2017/01/03
- 63/80: installer: Do not use /tmp for holding the configuration., John Darrington, 2017/01/03
- 56/80: installer: Replace spawned mount command with the mount syscall., John Darrington, 2017/01/03
- 53/80: installer: Replace "%temporary-configuration-file-port" with "config-file"., John Darrington, 2017/01/03
- 51/80: installer: Use consistent window heights., John Darrington, 2017/01/03
- 15/80: installer: Add procedures to replace car/cdr since these are frounded upon by Guile gurus., John Darrington, 2017/01/03
- 65/80: installer: Add flags to indicate network interface status., John Darrington, 2017/01/03
- 66/80: installer: Format configuration to fix width of window., John Darrington, 2017/01/03
- 80/80: installer: Use --fallback when installing.,
John Darrington <=
- 69/80: installer: Add page with which the wifi password can be entered., John Darrington, 2017/01/03
- 60/80: installer: Change N_ from a procedure to a macro., John Darrington, 2017/01/03
- 67/80: installer: Do not allow forms to set the cursor visibility., John Darrington, 2017/01/03
- 74/80: installer: Add option to final page to reboot the system., John Darrington, 2017/01/03
- 77/80: installer: Remove "continue" button from host name page., John Darrington, 2017/01/03
- 76/80: installer: Add new page to set the system role., John Darrington, 2017/01/03
- 79/80: installer: Add confidence indicator., John Darrington, 2017/01/03
- 73/80: Merge remote-tracking branch 'origin/master' into wip-installer, John Darrington, 2017/01/03
- 68/80: installer: Indicate which wireless access points are encrypted., John Darrington, 2017/01/03
- 01/80: gnu: Add graphical installer, John Darrington, 2017/01/03