[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27705] [PATCH v3 4/4] vm: Use grub-hybrid's grub-mkrescue.
From: |
Danny Milosavljevic |
Subject: |
[bug#27705] [PATCH v3 4/4] vm: Use grub-hybrid's grub-mkrescue. |
Date: |
Thu, 20 Jul 2017 21:44:47 +0200 |
* gnu/system/vm.scm (iso9660-image): Use grub-hybrid's grub-mkrescue.
---
gnu/system/vm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 90d29b078..f9967254c 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -217,7 +217,7 @@ INPUTS is a list of inputs (as for packages)."
inputs)))
(set-path-environment-variable "PATH" '("bin" "sbin") inputs)
- (make-iso9660-image #$(bootloader-package bootloader)
+ (make-iso9660-image #$grub-hybrid
#$bootcfg-drv
#$os-drv
"/xchg/guixsd.iso"
- [bug#27705] [PATCH 3/4] gnu: grub-efi: Add grub., (continued)
[bug#27705] [PATCH v2 0/4] Make both EFI and non-EFI systems boot our ISO9660 disk images., Danny Milosavljevic, 2017/07/20
[bug#27705] [PATCH v3 0/4] Make both EFI and non-EFI systems boot our ISO9660 disk images., Danny Milosavljevic, 2017/07/20
[bug#27705] [PATCH v4 0/4] Make both EFI and non-EFI systems boot our ISO9660 disk images., Danny Milosavljevic, 2017/07/20