[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: installer: Make setting up of the network a prerequisite.
From: |
John Darrington |
Subject: |
07/08: installer: Make setting up of the network a prerequisite. |
Date: |
Mon, 2 Jan 2017 09:03:02 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 193bbc89ae393e30765ba678dfb900ba1b658679
Author: John Darrington <address@hidden>
Date: Mon Jan 2 07:38:10 2017 +0100
installer: Make setting up of the network a prerequisite.
* gnu/system/installer/guixsd-installer.scm (main-options): Add 'network as
dependency of 'install.
---
gnu/system/installer/guixsd-installer.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/system/installer/guixsd-installer.scm
b/gnu/system/installer/guixsd-installer.scm
index a69a715..4817ef9 100644
--- a/gnu/system/installer/guixsd-installer.scm
+++ b/gnu/system/installer/guixsd-installer.scm
@@ -124,8 +124,7 @@
generate-menu-title))))
(install . ,(make-task installation-menu-title
- ;; '(generate network)
- '(generate)
+ '(network generate)
(lambda () #f)
(lambda (page)
(make-install-page
- branch wip-installer updated (d5eb580 -> 41f6d77), John Darrington, 2017/01/02
- 03/08: installer: Do not allow forms to set the cursor visibility., John Darrington, 2017/01/02
- 06/08: installer: Change essid --> wireless., John Darrington, 2017/01/02
- 08/08: installer: Ensure that all mount points are absolute paths., John Darrington, 2017/01/02
- 01/08: installer: Add flags to indicate network interface status., John Darrington, 2017/01/02
- 07/08: installer: Make setting up of the network a prerequisite.,
John Darrington <=
- 04/08: installer: Indicate which wireless access points are encrypted., John Darrington, 2017/01/02
- 02/08: installer: Format configuration to fix width of window., John Darrington, 2017/01/02
- 05/08: installer: Add page with which the wifi password can be entered., John Darrington, 2017/01/02