mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
grub: remove legacy file system modules
this causes a 6.7% decrease in the payload size these file systems are microsoft(fat, ntfs) or mostly oldschool amiga and beos file systems also remove minix modules, and some old linux file systems that nobody will use in 2023 Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,20 +1,8 @@
|
||||
# Install modules (installed, but not automatically loaded)
|
||||
grub_install_modules=" \
|
||||
bfs \
|
||||
hexdump \
|
||||
hfs \
|
||||
hfsplus \
|
||||
jfs \
|
||||
minix \
|
||||
minix2 \
|
||||
minix2_be \
|
||||
minix3 \
|
||||
minix3_be \
|
||||
minix_be \
|
||||
newc \
|
||||
nilfs2 \
|
||||
odc \
|
||||
reiserfs \
|
||||
usbserial_common \
|
||||
usbserial_ftdi \
|
||||
usbserial_pl2303 \
|
||||
@@ -26,8 +14,6 @@ xnu \
|
||||
# Modules (and always loaded)
|
||||
grub_modules=" \
|
||||
acpi \
|
||||
affs \
|
||||
afs \
|
||||
ahci \
|
||||
at_keyboard \
|
||||
all_video \
|
||||
@@ -53,10 +39,7 @@ echo \
|
||||
ehci \
|
||||
eval \
|
||||
elf \
|
||||
exfat \
|
||||
ext2 \
|
||||
f2fs \
|
||||
fat \
|
||||
gcry_arcfour \
|
||||
gcry_blowfish \
|
||||
gcry_camellia \
|
||||
@@ -114,7 +97,6 @@ multiboot \
|
||||
multiboot2 \
|
||||
nativedisk \
|
||||
normal \
|
||||
ntfs \
|
||||
ohci \
|
||||
part_bsd \
|
||||
part_dfly \
|
||||
@@ -133,7 +115,6 @@ raid6rec \
|
||||
reboot \
|
||||
regexp \
|
||||
romfs \
|
||||
scsi \
|
||||
search \
|
||||
search_fs_file \
|
||||
search_fs_uuid \
|
||||
@@ -143,7 +124,6 @@ syslinuxcfg \
|
||||
setpci \
|
||||
spkmodem \
|
||||
squash4 \
|
||||
sfs \
|
||||
tar \
|
||||
test \
|
||||
true \
|
||||
|
||||
Reference in New Issue
Block a user