~ruther/guix-local

65d195e140e18715f7f7fb4c5d219040ce773482 — Ludovic Courtès 12 years ago 0b86a82
gnu: vm: Change GRUB label.

* gnu/system/vm.scm (system-qemu-image): Change GRUB label.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +4 -1
@@ 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)))