mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
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:
parent
2ea774f9ed
commit
2fa86ce45a
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user