diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:09:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:23:51 +0200 |
commit | 5a663d87eb104b5443b0d0dddb408a8892cf2565 (patch) | |
tree | 04d47f1aac00c7a1f5bac214e1fa2b86f9513dbd /gnu | |
parent | 6fb6dd13b5120027d92dc84d158b47c3d45a5678 (diff) | |
download | patches-5a663d87eb104b5443b0d0dddb408a8892cf2565.tar patches-5a663d87eb104b5443b0d0dddb408a8892cf2565.tar.gz |
install: Tweak motd.
* gnu/system/install.scm (%installation-services): Tweak motd.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/install.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 085261acc6..91e7b481e8 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -214,11 +214,9 @@ the user's target storage device rather than on the RAM disk." (let ((motd (plain-file "motd" " \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 -LOSE ALL YOUR DATA as a side effect of the installation process. Furthermore, -it is 'beta' software, so it may contain bugs. - -You have been warned. Thanks for being so brave.\x1b[0m +\x1b[2m\ +Using this shell, you can carry out the installation process \"manually.\" +Access documentation at any time by pressing Alt-F2.\x1b[0m "))) (define (normal-tty tty) (mingetty-service (mingetty-configuration (tty tty) |