mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: grub-efi: Limit supported systems.
* gnu/packages/bootloaders.scm (grub-efi)[supported-systems]: New field. Change-Id: Ie0df87eb3cba289f53459f80cab2ac1c4fe1e99a
This commit is contained in:
parent
79086bb15f
commit
aed33e0aed
1 changed files with 5 additions and 1 deletions
|
|
@ -486,7 +486,11 @@ menu to select one of the installed operating systems.")
|
|||
(("\"mcopy\"")
|
||||
(string-append "\""
|
||||
(search-input-file inputs "/bin/mcopy")
|
||||
"\"")))))))))))
|
||||
"\"")))))))))
|
||||
;; Check configure.ac for the list of supported EFI platforms.
|
||||
(supported-systems '("i686-linux" "x86_64-linux"
|
||||
"i586-gnu" "x86_64-gnu"
|
||||
"armhf-linux" "aarch64-linux" "riscv64-linux")))))
|
||||
|
||||
(define-public grub-efi32
|
||||
(package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue