diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-17 16:23:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-17 17:37:20 +0200 |
commit | c82c060d9167217aeede9d0e0c7129cc7944df70 (patch) | |
tree | 86c494edd722f20ad0fcf29c4329c261c9cd68c0 /gnu/system | |
parent | 534db463060caead27c7b048cd8b3f0f450f63e5 (diff) | |
download | guix-c82c060d9167217aeede9d0e0c7129cc7944df70.tar guix-c82c060d9167217aeede9d0e0c7129cc7944df70.tar.gz |
install: Use 'beta' instead of 'alpha'.
Suggested by Jelle Licht <jlicht@fsfe.org>.
* gnu/system/install.scm (installation-services): Say 'beta' instead of
'alpha' and make the warning less scary.
Diffstat (limited to 'gnu/system')
-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 a94e3ab2d5..07ad3cbcb2 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. "))) |