install: Tweak motd.
* gnu/system/install.scm (%installation-services): Tweak motd.
This commit is contained in:
parent
6fb6dd13b5
commit
5a663d87eb
|
@ -214,11 +214,9 @@ the user's target storage device rather than on the RAM disk."
|
||||||
(let ((motd (plain-file "motd" "
|
(let ((motd (plain-file "motd" "
|
||||||
\x1b[1;37mWelcome to the installation of GNU Guix!\x1b[0m
|
\x1b[1;37mWelcome to the installation of GNU Guix!\x1b[0m
|
||||||
|
|
||||||
\x1b[2mThere is NO WARRANTY, to the extent permitted by law. In particular, you may
|
\x1b[2m\
|
||||||
LOSE ALL YOUR DATA as a side effect of the installation process. Furthermore,
|
Using this shell, you can carry out the installation process \"manually.\"
|
||||||
it is 'beta' software, so it may contain bugs.
|
Access documentation at any time by pressing Alt-F2.\x1b[0m
|
||||||
|
|
||||||
You have been warned. Thanks for being so brave.\x1b[0m
|
|
||||||
")))
|
")))
|
||||||
(define (normal-tty tty)
|
(define (normal-tty tty)
|
||||||
(mingetty-service (mingetty-configuration (tty tty)
|
(mingetty-service (mingetty-configuration (tty tty)
|
||||||
|
|
Loading…
Reference in New Issue