installer: welcome: Put "Graphical installer" ahead.
authorMathieu Othacehe <m.othacehe@gmail.com>
Sun, 6 Jan 2019 10:06:51 +0000 (11:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 17 Jan 2019 13:04:27 +0000 (14:04 +0100)
* gnu/installer/newt/welcome.scm (run-welcome-page): Propose "Graphical
  install" before shell based install.

gnu/installer/newt/welcome.scm

index 658f7ba..eec98e2 100644 (file)
@@ -100,16 +100,16 @@ development, so you might want to prefer using the shell based process. \
 The documentation is accessible at any time by pressing CTRL-ALT-F2.")
    logo
    #:listbox-items
-   `((,(G_ "Install using the shell based process")
+   `((,(G_ "Graphical install using a terminal based interface")
+      .
+      ,(const #t))
+     (,(G_ "Install using the shell based process")
       .
       ,(lambda ()
          ;; Switch to TTY3, where a root shell is available for shell based
          ;; install. The other root TTY's would have been ok too.
          (system* "chvt" "3")
          (run-welcome-page logo)))
-     (,(G_ "Graphical install using a terminal based interface")
-      .
-      ,(const #t))
      (,(G_ "Reboot")
       .
       ,(lambda ()