mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
bootloader: grub-efi: Identify as "GuixSD" instead of "grub".
* gnu/bootloader/grub.scm (install-grub-efi): Pass "--bootloader-id" to grub-install.
This commit is contained in:
parent
aa5a549c65
commit
683016907d
1 changed files with 1 additions and 0 deletions
|
@ -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)")))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue