bootloader: grub-efi-luks2-bootloader: Keep the 'grub-efi name.

* rosenthal/bootloader/grub.scm (grub-efi-luks2-bootloader)[name]: Use grub-efi.
This commit is contained in:
Hilton Chain 2024-02-20 13:11:26 +08:00
parent 2ea774f9ed
commit 2fa86ce45a
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -11,5 +11,7 @@
(define grub-efi-luks2-bootloader
(bootloader
(inherit grub-efi-bootloader)
(name 'grub-efi-luks2-bootloader)
;; NOTE: Don't change the name. Generation switching code only knows
;; bootloaders defined in (gnu bootloader grub).
(name 'grub-efi)
(package grub-efi-luks2)))