mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
16cc99610d
commit
d0a65256a3
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ (define (kernel->grub-label kernel)
|
||||||
(string-append "GNU with "
|
(string-append "GNU with "
|
||||||
(string-titlecase (package-name kernel)) " "
|
(string-titlecase (package-name kernel)) " "
|
||||||
(package-version kernel)
|
(package-version kernel)
|
||||||
" (alpha)"))
|
" (beta)"))
|
||||||
|
|
||||||
(define (store-file-system file-systems)
|
(define (store-file-system file-systems)
|
||||||
"Return the file system object among FILE-SYSTEMS that contains the store."
|
"Return the file system object among FILE-SYSTEMS that contains the store."
|
||||||
|
|
Loading…
Reference in a new issue