mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-22 03:55:03 +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
|
(define grub-efi-luks2-bootloader
|
||||||
(bootloader
|
(bootloader
|
||||||
(inherit grub-efi-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)))
|
(package grub-efi-luks2)))
|
||||||
|
Loading…
Reference in New Issue
Block a user