guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] install: Instruct users to run `guix pull` in MOTD.


From: Leo Famulari
Subject: [PATCH 1/1] install: Instruct users to run `guix pull` in MOTD.
Date: Sun, 7 Feb 2016 20:04:16 -0500

* gnu/system/install.scm (installation-services)[motd]: Add message
asking user to run `guix pull`.
---
 gnu/system/install.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 0cfc8fa..f6ba7fc 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -251,6 +251,8 @@ LOSE ALL YOUR DATA as a side effect of the installation 
process.  Furthermore,
 it is alpha software, so it may BREAK IN UNEXPECTED WAYS.
 
 You have been warned.  Thanks for being so brave.
+
+Please run `guix pull` before continuing!
 ")))
     (define (normal-tty tty)
       (mingetty-service (mingetty-configuration (tty tty)
-- 
2.6.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]