install: Remove "GuixSD".
* gnu/system/install.scm (%installation-services): Remove "Guix System Distribution" from motd.
This commit is contained in:
parent
a886eedfae
commit
6fb6dd13b5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ the user's target storage device rather than on the RAM disk."
|
||||||
(define %installation-services
|
(define %installation-services
|
||||||
;; List of services of the installation system.
|
;; List of services of the installation system.
|
||||||
(let ((motd (plain-file "motd" "
|
(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
|
\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,
|
LOSE ALL YOUR DATA as a side effect of the installation process. Furthermore,
|
||||||
|
|
Reference in a new issue