gnu: vm: Change GRUB label.
* gnu/system/vm.scm (system-qemu-image): Change GRUB label.
This commit is contained in:
parent
0b86a82dc7
commit
65d195e140
|
@ -493,7 +493,10 @@ alias ll='ls -l'
|
||||||
"--config" ,dmd-conf))
|
"--config" ,dmd-conf))
|
||||||
(list out)))
|
(list out)))
|
||||||
(entries (list (menu-entry
|
(entries (list (menu-entry
|
||||||
(label "Boot-to-Guile! (GNU System technology preview)")
|
(label (string-append
|
||||||
|
"GNU System with Linux-Libre "
|
||||||
|
(package-version linux-libre)
|
||||||
|
" (technology preview)"))
|
||||||
(linux linux-libre)
|
(linux linux-libre)
|
||||||
(linux-arguments `("--root=/dev/vda1"
|
(linux-arguments `("--root=/dev/vda1"
|
||||||
,(string-append "--load=" boot)))
|
,(string-append "--load=" boot)))
|
||||||
|
|
Loading…
Reference in New Issue