[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: system: GRUB menu entry says "beta" instead of "alpha"
From: |
Ludovic Court�s |
Subject: |
02/03: system: GRUB menu entry says "beta" instead of "alpha" |
Date: |
Thu, 03 Mar 2016 16:43:21 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit d0a65256a3748d43fbc324c36e909eda10ebd3fe
Author: Petter <address@hidden>
Date: Thu Mar 3 10:47:39 2016 +0100
system: GRUB menu entry says "beta" instead of "alpha"
* gnu/system.scm (kernel->grub-label): Change "alpha" to "beta'.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/system.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 29b3ebc..c0037a5 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -702,7 +702,7 @@ listed in OS. The C library expects to find it under
(string-append "GNU with "
(string-titlecase (package-name kernel)) " "
(package-version kernel)
- " (alpha)"))
+ " (beta)"))
(define (store-file-system file-systems)
"Return the file system object among FILE-SYSTEMS that contains the store."