build: bootloader: Add GPT support.

* gnu/build/bootloader.scm (install-efi-loader): Add GPT support.
This commit is contained in:
Mathieu Othacehe 2021-11-12 13:26:52 +00:00
parent 096a2bf8c5
commit fb3df20116
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ load the Grub bootloader located in the 'Guix_image' root partition."
;; (not eliminate it).
(format port
"insmod part_msdos~@
insmod part_gpt~@
search --set=root --label Guix_image~@
configfile /boot/grub/grub.cfg~%")))
(install-efi grub-efi grub-config esp)