summaryrefslogtreecommitdiffstats
path: root/bootloader/Makefile
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-02 23:16:45 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-02 23:16:45 +0000
commit4bed3886ae4d04a3f534ef3247d3f8e58b7442de (patch)
treea42985902e0a789aa138ed064c09e2dabdc8a729 /bootloader/Makefile
parent931b82be93b6c068a91a59f4c6b7ebb9bdfa158a (diff)
downloaddrakiso-4bed3886ae4d04a3f534ef3247d3f8e58b7442de.tar
drakiso-4bed3886ae4d04a3f534ef3247d3f8e58b7442de.tar.gz
drakiso-4bed3886ae4d04a3f534ef3247d3f8e58b7442de.tar.bz2
drakiso-4bed3886ae4d04a3f534ef3247d3f8e58b7442de.tar.xz
drakiso-4bed3886ae4d04a3f534ef3247d3f8e58b7442de.zip
Don't include the GRUB2 btrfs module - it breaks the boot.
Diffstat (limited to 'bootloader/Makefile')
-rw-r--r--bootloader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 112bf14..74437f7 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -2,7 +2,7 @@ MY_TARGETS = images kbd-names.txt lang-kbds.txt layouts maggy unicode.pf2
ARCH = $(shell uname -m)
-GRUB2_MODULES = iso9660 btrfs ext2 fat jfs reiserfs xfs \
+GRUB2_MODULES = iso9660 ext2 fat jfs reiserfs xfs \
part_apple part_bsd part_gpt part_msdos \
all_video font png gfxterm gfxmenu \
keylayouts at_keyboard usb_keyboard \