bootloader: grub-efi: Identify as "GuixSD" instead of "grub".
* gnu/bootloader/grub.scm (install-grub-efi): Pass "--bootloader-id" to grub-install.master
parent
aa5a549c65
commit
683016907d
|
@ -397,6 +397,7 @@ submenu \"GNU system, old configurations...\" {~%")
|
||||||
;; root partition.
|
;; root partition.
|
||||||
(setenv "GRUB_ENABLE_CRYPTODISK" "y")
|
(setenv "GRUB_ENABLE_CRYPTODISK" "y")
|
||||||
(unless (zero? (system* grub-install "--boot-directory" install-dir
|
(unless (zero? (system* grub-install "--boot-directory" install-dir
|
||||||
|
"--bootloader-id=GuixSD"
|
||||||
"--efi-directory" target-esp))
|
"--efi-directory" target-esp))
|
||||||
(error "failed to install GRUB (EFI)")))))
|
(error "failed to install GRUB (EFI)")))))
|
||||||
|
|
||||||
|
|
Reference in New Issue