diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-24 14:45:58 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-24 20:59:17 +0100 |
commit | 0e65cc0f1b68b958cf38df6bd7d7900ed442151f (patch) | |
tree | 027765c2040d4592f2b4fc8b9c98b2bb80f692e9 | |
parent | Make arch/*/modules_load only extending defaults/modules_load (diff) | |
download | genkernel-0e65cc0f1b68b958cf38df6bd7d7900ed442151f.tar.gz genkernel-0e65cc0f1b68b958cf38df6bd7d7900ed442151f.tar.bz2 genkernel-0e65cc0f1b68b958cf38df6bd7d7900ed442151f.zip |
modules_load: Don't load efivarfs and qemu_fw_cfg
These filesystems aren't required to boot a system.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | defaults/modules_load | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load index 644cf21..5a0b1d8 100644 --- a/defaults/modules_load +++ b/defaults/modules_load @@ -27,7 +27,7 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide MODULES_USB="ehci-pci ehci-hcd xhci-hcd xhci-pci xhci-plat xhci-plat-hcd uhci usb-ohci hid usb-storage uas uhci-hcd ohci-hcd usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus" # Filesystems -MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs f2fs fuse loop squashfs aufs overlay cramfs configfs fscrypto efivarfs msdos qemu_fw_cfg" +MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs f2fs fuse loop squashfs aufs overlay cramfs configfs fscrypto msdos" # Crypto MODULES_CRYPTO="sha256_generic cbc crc32 crc32c crc32c_generic crc32_generic aes_generic xts" |