gnu: vm: Change GRUB label.

* gnu/system/vm.scm (system-qemu-image): Change GRUB label.
master
Ludovic Courtès 2013-09-25 17:33:02 +02:00
parent 0b86a82dc7
commit 65d195e140
1 changed files with 4 additions and 1 deletions

View File

@ -493,7 +493,10 @@ alias ll='ls -l'
"--config" ,dmd-conf))
(list out)))
(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-arguments `("--root=/dev/vda1"
,(string-append "--load=" boot)))