[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
- branch hurd-team created (now 52f615e031), guix-commits, 2024/11/10
- 05/49: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2024/11/10
- 01/49: reconfigure: Use native bootloader package for running the installer.,
guix-commits <=
- 04/49: system: hurd: Remove qemu networking from %base-services/hurd., guix-commits, 2024/11/10
- 06/49: gnu: hurd: Support second boot., guix-commits, 2024/11/10
- 10/49: installer: Remove unused (newt) imports., guix-commits, 2024/11/10
- 08/49: system: examples: Add devel-hurd.tmpl., guix-commits, 2024/11/10
- 09/49: maint: Add installer dependencies to the manifest., guix-commits, 2024/11/10
- 02/49: guix system: When installing the Hurd, create essential devices., guix-commits, 2024/11/10
- 03/49: bootloader: grub: Remove hardcoded partition number for the Hurd., guix-commits, 2024/11/10
- 37/49: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/10
- 14/49: installer: Use `%' for parameter %run-command-in-installer., guix-commits, 2024/11/10
- 18/49: installer: Support dry-run from Guile via store., guix-commits, 2024/11/10