diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-04 04:22:58 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-04 04:22:58 +0100 |
commit | c92a596cb97c76efa9815a80f6ecbaead0deca32 (patch) | |
tree | 5998d8e186f2ce0f675b0124fec487954a9efe86 /config/grub | |
parent | e659ddd8499d993a8f8a60c54a1fee49b3a01410 (diff) |
grub: remove xnu module
this causes a saving of about 131KB uncompressed, when
i tested. we don't need mach kernel support. nobody will
ever use it.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub')
-rw-r--r-- | config/grub/modules.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list index 85f4fe92..90f77379 100644 --- a/config/grub/modules.list +++ b/config/grub/modules.list @@ -8,7 +8,6 @@ usbserial_ftdi \ usbserial_pl2303 \ usbserial_usbdebug \ video_colors \ -xnu \ " # Modules (and always loaded) |