build: bootloader: Add GPT support.
* gnu/build/bootloader.scm (install-efi-loader): Add GPT support.
This commit is contained in:
parent
096a2bf8c5
commit
fb3df20116
@ -94,6 +94,7 @@ load the Grub bootloader located in the 'Guix_image' root partition."
|
|||||||
;; (not eliminate it).
|
;; (not eliminate it).
|
||||||
(format port
|
(format port
|
||||||
"insmod part_msdos~@
|
"insmod part_msdos~@
|
||||||
|
insmod part_gpt~@
|
||||||
search --set=root --label Guix_image~@
|
search --set=root --label Guix_image~@
|
||||||
configfile /boot/grub/grub.cfg~%")))
|
configfile /boot/grub/grub.cfg~%")))
|
||||||
(install-efi grub-efi grub-config esp)
|
(install-efi grub-efi grub-config esp)
|
||||||
|
Loading…
Reference in New Issue
Block a user