diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:00:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:23:51 +0200 |
commit | a886eedfae6832afd52c65febaaffd1fbbd2dec6 (patch) | |
tree | 517971e8b1319827fa4c9083423fb2e70003054a /gnu/installer | |
parent | 62b0f044f14569ffcaeb7a068e879a9422fdecbd (diff) | |
download | guix-a886eedfae6832afd52c65febaaffd1fbbd2dec6.tar guix-a886eedfae6832afd52c65febaaffd1fbbd2dec6.tar.gz |
installer: Adjust welcome page message.
* gnu/installer/newt/welcome.scm (run-welcome-page): Make the message
less scary.
Diffstat (limited to 'gnu/installer')
-rw-r--r-- | gnu/installer/newt/welcome.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/installer/newt/welcome.scm b/gnu/installer/newt/welcome.scm index b0b5429c0f..aec3e7a612 100644 --- a/gnu/installer/newt/welcome.scm +++ b/gnu/installer/newt/welcome.scm @@ -95,9 +95,11 @@ installation and reboot." (G_ "GNU Guix install") (G_ "Welcome to GNU Guix system installer! -Please note that the present graphical installer is still under heavy \ -development, so you might want to prefer using the shell based process. \ -The documentation is accessible at any time by pressing CTRL-ALT-F2.") +You will be guided through a graphical installation program. + +If you are familiar with GNU/Linux and you want tight control over \ +the installation process, you can instead choose manual installation. \ +Documentation is accessible at any time by pressing Ctrl-Alt-F2.") logo #:listbox-items `((,(G_ "Graphical install using a terminal based interface") |