[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/28: reconfigure: Use native bootloader package for running the instal
From: |
guix-commits |
Subject: |
02/28: reconfigure: Use native bootloader package for running the installer. |
Date: |
Wed, 30 Oct 2024 09:53:46 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 8772fc6a589621f7a343ac7432ebc705cd8dfac6
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
- 06/28: system: hurd: Add swap-services to hurd-default-essential-services., (continued)
- 06/28: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2024/10/30
- 11/28: installer: Align comments., guix-commits, 2024/10/30
- 27/28: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2024/10/30
- 12/28: installer: Use "partitioning-page" consistently., guix-commits, 2024/10/30
- 13/28: installer: Fix file-name typos., guix-commits, 2024/10/30
- 17/28: installer: Add static-networking template., guix-commits, 2024/10/30
- 22/28: Revert "DRAFT installer: Support dry-run via Guile: Add indirection.", guix-commits, 2024/10/30
- 23/28: Revert "DRAFT installer: Support dry run from Guile.", guix-commits, 2024/10/30
- 01/28: gnu: guile-fibers: Fix cross-build for the Hurd., guix-commits, 2024/10/30
- 03/28: guix system: When installing the Hurd, create essential devices., guix-commits, 2024/10/30
- 02/28: reconfigure: Use native bootloader package for running the installer.,
guix-commits <=
- 07/28: gnu: hurd: Support second boot., guix-commits, 2024/10/30
- 10/28: installer: Remove unused (newt) imports., guix-commits, 2024/10/30
- 08/28: hurd-boot: Support second boot., guix-commits, 2024/10/30
- 14/28: installer: Use `%' for parameter %run-command-in-installer., guix-commits, 2024/10/30
- 16/28: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/10/30
- 19/28: Revert "installer: Support dry-run from Guile via store.", guix-commits, 2024/10/30
- 20/28: DRAFT installer: Support dry run from Guile., guix-commits, 2024/10/30
- 26/28: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2024/10/30