[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27705] [PATCH v2 4/4] vm: Use grub-hybrid's grub-mkrescue.
From: |
Danny Milosavljevic |
Subject: |
[bug#27705] [PATCH v2 4/4] vm: Use grub-hybrid's grub-mkrescue. |
Date: |
Thu, 20 Jul 2017 21:12:23 +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"