civodul pushed a commit to branch master
in repository guix.

commit c82c060d9167217aeede9d0e0c7129cc7944df70
Author: Ludovic Courtès <[email protected]>
Date:   Sun Apr 17 16:23:18 2016 +0200

    install: Use 'beta' instead of 'alpha'.
    
    Suggested by Jelle Licht <[email protected]>.
    
    * gnu/system/install.scm (installation-services): Say 'beta' instead of
    'alpha' and make the warning less scary.
---
 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 a94e3ab..07ad3cb 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -255,7 +255,7 @@ 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,
-it is alpha software, so it may BREAK IN UNEXPECTED WAYS.
+it is 'beta' software, so it may contain bugs.
 
 You have been warned.  Thanks for being so brave.
 ")))

Reply via email to