diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-02 17:31:00 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-02 17:52:07 +0000 |
commit | 112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40 (patch) | |
tree | 917f48577cb934fb2e5cdb3c75640264e8102e60 /bootloader/Makefile | |
parent | 19c6dd6538b071b90e75946531bb72f90c2f600d (diff) | |
download | drakiso-112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40.tar drakiso-112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40.tar.gz drakiso-112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40.tar.bz2 drakiso-112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40.tar.xz drakiso-112b0f37aa475e2c1a4f4bdaca9a4d5e333e9c40.zip |
Add extra GRUB2 modules to provide basic rescue system.
Diffstat (limited to 'bootloader/Makefile')
-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 |