guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 24a16d7692072a0b1c4df5bb901e7b5971a2eb64
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Jul 4 14:56:24 2025 +0300
gnu: Add grub-ieee1275.
* gnu/packages/bootloaders.scm (grub-ieee1275): New variable.
Change-Id: I078f5d6238e4f379e6c6c241a1008c3ff241f1a1
---
gnu/packages/bootloaders.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index aa8e599e32..803ebc52e6 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -554,6 +554,14 @@ menu to select one of the installed operating systems.")
(inherit (make-grub "emu"))
(synopsis "GRand Unified Boot loader (Emu version)")))
+(define-public grub-ieee1275
+ (package
+ (inherit (make-grub "ieee1275"))
+ (synopsis "GRand Unified Boot loader (ieee1275 version)")
+ (supported-systems '("i686-linux" "x86_64-linux"
+ "i586-gnu" "x86_64-gnu"
+ "powerpc-linux" "powerpc64le-linux"))))
+
;; Because grub searches hardcoded paths it's easiest to just build grub
;; again to make it find both grub-pc and grub-efi. There is a command
;; line argument which allows you to specify ONE platform - but