guix-commits
[Top][All Lists]
Advanced

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

01/49: reconfigure: Use native bootloader package for running the instal


From: guix-commits
Subject: 01/49: reconfigure: Use native bootloader package for running the installer.
Date: Sun, 10 Nov 2024 05:26:21 -0500 (EST)

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

commit 41b5bd511257cf48d8b4fb999c966e510a4a57cc
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Oct 29 21:28:41 2024 +0100

    reconfigure: Use native bootloader package for running the installer.
    
    This fixes running grub-install when using guix system init --target.
    
    * guix/scripts/system/reconfigure.scm (install-bootloader): Use native 
package
    when invoking install-bootloader-program.
    
    Change-Id: I48d80a8dff866ada3625d827dd3036fb966eee9a
---
 guix/scripts/system/reconfigure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/system/reconfigure.scm 
b/guix/scripts/system/reconfigure.scm
index 604ba08fee..ddb561d28c 100644
--- a/guix/scripts/system/reconfigure.scm
+++ b/guix/scripts/system/reconfigure.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
 ;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -299,7 +300,7 @@ additional configurations specified by MENU-ENTRIES can be 
selected."
     (eval #~(parameterize ((current-warning-port (%make-void-port "w")))
               (primitive-load #$(install-bootloader-program installer
                                                             disk-installer
-                                                            package
+                                                            #~#+package
                                                             bootcfg
                                                             bootcfg-file
                                                             devices



reply via email to

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