summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 2ac803986f..f98aa83f62 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -658,10 +658,10 @@ we're running in the final root."
(define (kernel->grub-label kernel)
"Return a label for the GRUB menu entry that boots KERNEL."
- (string-append "GNU system with "
+ (string-append "GNU with "
(string-titlecase (package-name kernel)) " "
(package-version kernel)
- " (technology preview)"))
+ " (alpha)"))
(define* (operating-system-grub.cfg os #:optional (old-entries '()))
"Return the GRUB configuration file for OS. Use OLD-ENTRIES to populate the