guix-commits
[Top][All Lists]
Advanced

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

01/04: squash! bootloader: grub: Add support for '<hurd-menu-entry>'.


From: guix-commits
Subject: 01/04: squash! bootloader: grub: Add support for '<hurd-menu-entry>'.
Date: Sun, 24 May 2020 07:07:58 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit b0df9b0c6bf58f4e5d896f67a51bb166f9d05450
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun May 24 10:59:59 2020 +0200

    squash! bootloader: grub: Add support for '<hurd-menu-entry>'.
---
 gnu/bootloader/grub.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index 8cf374b..ab490dc 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -370,7 +370,9 @@ Btrfs root file system resides."
               (target (%current-target-system))
               (hurd (hurd-menu-entry-hurd entry))
               (mach (if target
-                        (with-parameters ((%current-system "i686-linux"))
+                        (with-parameters ((%current-target-system #f)
+                                          (%current-system "i686-linux"))
+                          ;; gnumach must be 32bit, and does not cross-build
                           mach)
                         mach))
               (libc (if target



reply via email to

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