installer: Adjust welcome page message.
* gnu/installer/newt/welcome.scm (run-welcome-page): Make the message less scary.
This commit is contained in:
parent
62b0f044f1
commit
a886eedfae
|
@ -95,9 +95,11 @@ installation and reboot."
|
||||||
(G_ "GNU Guix install")
|
(G_ "GNU Guix install")
|
||||||
(G_ "Welcome to GNU Guix system installer!
|
(G_ "Welcome to GNU Guix system installer!
|
||||||
|
|
||||||
Please note that the present graphical installer is still under heavy \
|
You will be guided through a graphical installation program.
|
||||||
development, so you might want to prefer using the shell based process. \
|
|
||||||
The documentation is accessible at any time by pressing CTRL-ALT-F2.")
|
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
|
logo
|
||||||
#:listbox-items
|
#:listbox-items
|
||||||
`((,(G_ "Graphical install using a terminal based interface")
|
`((,(G_ "Graphical install using a terminal based interface")
|
||||||
|
|
Loading…
Reference in New Issue