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

commit 193bbc89ae393e30765ba678dfb900ba1b658679
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