guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume lab


From: Ludovic Courtès
Subject: [bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label.
Date: Mon, 10 Jul 2017 12:33:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Danny Milosavljevic <address@hidden> skribis:

> * gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label.
> * gnu/system/install.scm (installation-os): Use "GuixSD" as label.
> * gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume
> label.

LGTM, thanks for your patience!

> --- a/gnu/build/vm.scm
> +++ b/gnu/build/vm.scm
> @@ -431,7 +431,7 @@ passing it a directory name where it is mounted."
>            (lambda (port)
>              (format port
>                      "insmod part_msdos~@
> -                    search --set=root --label gnu-disk-image~@
> +                    search --set=root --label GuixSD~@
>                      configfile /boot/grub/grub.cfg~%")))

This won’t cause problems with ISO images, right?

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]