From 6fb6dd13b5120027d92dc84d158b47c3d45a5678 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 7 Apr 2019 22:01:04 +0200
Subject: [PATCH] install: Remove "GuixSD".

* gnu/system/install.scm (%installation-services): Remove "Guix System
Distribution" from motd.
---
 gnu/system/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index aad1deb9136..085261acc6b 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -212,7 +212,7 @@ (define %nscd-minimal-caches
 (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,
-- 
GitLab