aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-07-14 12:43:48 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-07-14 12:43:48 -0700
commit43621dc652bc192a43bfea34a7c7a499c9e93472 (patch)
tree602588899e75e56e07b3676eb73823717799b9ea /defaults/modules_load
parentZFS: Ensure libgcc_s included. (diff)
downloadgenkernel-43621dc652bc192a43bfea34a7c7a499c9e93472.tar.gz
genkernel-43621dc652bc192a43bfea34a7c7a499c9e93472.tar.bz2
genkernel-43621dc652bc192a43bfea34a7c7a499c9e93472.zip
modules_load: more filesystems.
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=273221 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'defaults/modules_load')
-rw-r--r--defaults/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load
index 3d7d9a50..09b647b3 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -26,7 +26,7 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide
MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat 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 fuse"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs aufs overlay cramfs configfs fscrypto efivarfs msdos qemu_fw_cfg"
# Crypto
MODULES_CRYPTO="sha256_generic cbc aes_generic xts"