From 112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 2 Mar 2018 17:31:00 +0000 Subject: Add extra GRUB2 modules to provide basic rescue system. --- bootloader/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bootloader/Makefile') 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 -- cgit v1.2.1