diff --git a/build32/Makefile b/build32/Makefile index db86418..3033a05 100644 --- a/build32/Makefile +++ b/build32/Makefile @@ -228,7 +228,7 @@ GRUB_LIB_DIR ?= /usr/lib/grub GRUB_MKIMAGE := $(shell command -v grub2-mkimage || command -v grub-mkimage) -GRUB_MODULES = iso9660 fat part_msdos all_video font gfxterm gfxmenu \ +GRUB_MODULES = iso9660 fat part_msdos part_gpt all_video font gfxterm gfxmenu \ boot chain configfile echo ls grub-eltorito.img: diff --git a/build64/Makefile b/build64/Makefile index 5f8923c..8e2d259 100644 --- a/build64/Makefile +++ b/build64/Makefile @@ -227,7 +227,7 @@ GRUB_LIB_DIR ?= /usr/lib/grub GRUB_MKIMAGE := $(shell command -v grub2-mkimage || command -v grub-mkimage) -GRUB_MODULES = iso9660 fat part_msdos all_video font gfxterm gfxmenu \ +GRUB_MODULES = iso9660 fat part_msdos part_gpt all_video font gfxterm gfxmenu \ boot chain configfile echo ls grub-eltorito.img: