diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:01:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:23:51 +0200 |
commit | 6fb6dd13b5120027d92dc84d158b47c3d45a5678 (patch) | |
tree | 057accfe06d149aaf58743692aef3a75228ed2d3 /gnu/system/install.scm | |
parent | a886eedfae6832afd52c65febaaffd1fbbd2dec6 (diff) | |
download | guix-6fb6dd13b5120027d92dc84d158b47c3d45a5678.tar guix-6fb6dd13b5120027d92dc84d158b47c3d45a5678.tar.gz |
install: Remove "GuixSD".
* gnu/system/install.scm (%installation-services): Remove "Guix System
Distribution" from motd.
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index aad1deb913..085261acc6 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -212,7 +212,7 @@ the user's target storage device rather than on the RAM disk." (define %installation-services ;; List of services of the installation system. (let ((motd (plain-file "motd" " -\x1b[1;37mWelcome to the installation of the Guix System Distribution!\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 LOSE ALL YOUR DATA as a side effect of the installation process. Furthermore, |