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>
This commit is contained in:
Leah Rowe
2023-11-13 22:59:33 +00:00
parent 47ef411efb
commit 39aad57873
+3
View File
@@ -38,8 +38,10 @@ diskfilter \
echo \ echo \
ehci \ ehci \
eval \ eval \
exfat \
elf \ elf \
ext2 \ ext2 \
fat \
f2fs \ f2fs \
gcry_arcfour \ gcry_arcfour \
gcry_blowfish \ gcry_blowfish \
@@ -101,6 +103,7 @@ multiboot \
multiboot2 \ multiboot2 \
nativedisk \ nativedisk \
normal \ normal \
ntfs \
ohci \ ohci \
part_bsd \ part_bsd \
part_dfly \ part_dfly \