GNU bug report logs - #27705
[PATCH 0/4] Make both EFI and non-EFI systems boot our disk images.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sat, 15 Jul 2017 13:36:03 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #59 received at 27705 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 27705 <at> debbugs.gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [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"




This bug report was last modified 7 years and 346 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.