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

commit 44b790869b2962e75c3e22589c7861bb6e2047e0
Author: John Darrington <[email protected]>
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

Reply via email to