[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’.
- [bug#27520] [PATCH] build: Use "GUIXSD" as root label., Danny Milosavljevic, 2017/07/02
- [bug#27520] Booting by UUID - UUID types and bootloader, Danny Milosavljevic, 2017/07/02
- [bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label., Danny Milosavljevic, 2017/07/09
- [bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label.,
Ludovic Courtès <=
- bug#27520: [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label., Danny Milosavljevic, 2017/07/10
- [bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label., Ludovic Courtès, 2017/07/11
- [bug#27520] [PATCH v2] build, vm: Use "GuixSD" or "GUIXSD" as volume label., Danny Milosavljevic, 2017/07/11
- [bug#27520] System test failures, Ludovic Courtès, 2017/07/12