diff options
-rw-r--r-- | bootloader/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile index 0b09a06..5e7feba 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -2,8 +2,11 @@ MY_TARGETS = images kbd-names.txt lang-kbds.txt layouts maggy unicode.pf2 ARCH = $(shell uname -m) -GRUB2_MODULES = iso9660 fat part_msdos all_video font png gfxterm gfxmenu \ - keylayouts at_keyboard usb_keyboard configfile echo gettext \ +GRUB2_MODULES = iso9660 btrfs ext2 fat jfs reiserfs xfs \ + part_apple part_bsd part_gpt part_msdos \ + all_video font png gfxterm gfxmenu \ + keylayouts at_keyboard usb_keyboard \ + boot chain configfile echo gettext \ linux linux16 ls search test GRUB_IMAGES = images/boot_hybrid.img images/eltorito.img |