mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +02:00
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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user