From 42de960878afb022bbc0bf9e7d31d7e0d8c2bd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 11 Nov 2014 22:28:57 +0100 Subject: [PATCH] system: Shorten the default label for GRUB entries. * gnu/system.scm (kernel->grub-label): Shorten entry labels. --- gnu/system.scm | 4 ++-- 1 file 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