summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-11-13 22:59:33 +0000
committerLeah Rowe <leah@libreboot.org>2023-11-13 22:59:33 +0000
commit39aad57873b9e6265d089ef7dbb4dc5add5c659f (patch)
tree198f4541b40d9516987a6bf96ed3e342f5217319
parent47ef411efb6b669b7befd2a1cf22f999d4521999 (diff)
grub: re-add fat/nt file system modules
apparently some people use fat file systems for /boot on linux systems this is apparently a thing it's ridiculous, but also a thing a user reported they could not boot their t400 because of those, because they have such a distro installed on their machine apparently it was a gentoo user i don't really care. re-add 1980s dos file system support. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/grub/modules.list3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list
index 0557edd3..40bfd339 100644
--- a/config/grub/modules.list
+++ b/config/grub/modules.list
@@ -38,8 +38,10 @@ diskfilter \
echo \
ehci \
eval \
+exfat \
elf \
ext2 \
+fat \
f2fs \
gcry_arcfour \
gcry_blowfish \
@@ -101,6 +103,7 @@ multiboot \
multiboot2 \
nativedisk \
normal \
+ntfs \
ohci \
part_bsd \
part_dfly \