aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-11-13 21:27:00 -0600
committerAndrew Gaffney <agaffney@gentoo.org>2008-11-13 21:27:00 -0600
commitfd24098f082c1b41d8109a3de595bb141337f392 (patch)
tree3b686911dd701b163efe45d7a92739c6939dd47b /defaults/modules_load
parentReplace debug patch with simple patch to add trivial support for -i option to... (diff)
downloadgenkernel-fd24098f082c1b41d8109a3de595bb141337f392.tar.gz
genkernel-fd24098f082c1b41d8109a3de595bb141337f392.tar.bz2
genkernel-fd24098f082c1b41d8109a3de595bb141337f392.zip
Add fuse to MODULES_FS
Remove direct calls to compile_fuse() and append_fuse() Disable bincache for fuse, since we don't need any files at runtime from it
Diffstat (limited to 'defaults/modules_load')
-rw-r--r--defaults/modules_load3
1 files changed, 2 insertions, 1 deletions
diff --git a/defaults/modules_load b/defaults/modules_load
index 0e79858..2e93dce 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -22,4 +22,5 @@ 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 usbhid sl811-hcd"
# Filesystems
-MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs"
+MODULES_FS="ext2 ext3 reiserfs jfs nfs xfs fuse"
+