diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-27 10:20:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-27 10:24:35 +0100 |
commit | c73adb0998be9c1dc1241a721223a5f478853122 (patch) | |
tree | 6b4fb9ca689debb945bd27f21b8d557ef6862d41 /gnu/system/install.scm | |
parent | 39de700c6fd86285f3a413e5a30613081e936a14 (diff) | |
download | guix-c73adb0998be9c1dc1241a721223a5f478853122.tar guix-c73adb0998be9c1dc1241a721223a5f478853122.tar.gz |
install: Mention GSD.
* gnu/system/install.scm (installation-services): Mention the Guix
System Distribution.
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 98b9d9de2b..c64ab1b85f 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -162,7 +162,7 @@ configuration template file in the installation system." (define (installation-services) "Return the list services for the installation image." (let ((motd (text-file "motd" " -Welcome to the installation of the GNU operating system! +Welcome to the installation of the Guix System Distribution! There 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, |