mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02:00
system: image: Expand list of bootloaders using grub-efi.
* gnu/system/image.scm (bootloader-uses-grub-efi?): Add the other grub-efi* bootloader names. Change-Id: I5b7140db16022601fbf7326f45ebe0a058640c1c
This commit is contained in:
@@ -358,7 +358,11 @@ set to the given OS."
|
||||
(define (bootloader-uses-grub-efi? bootloader)
|
||||
"Return true if the bootloader-name contains grub-efi."
|
||||
(memq (bootloader-name bootloader)
|
||||
(list grub-efi grub-efi32 grub-efi-removable-bootloader)))
|
||||
(list grub-efi grub-efi32
|
||||
grub-efi-removable-bootloader
|
||||
grub-efi32-removable-bootloader
|
||||
grub-efi-netboot-bootloader
|
||||
grub-efi-netboot-removable-bootloader)))
|
||||
|
||||
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user