]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Filesystem modules already included in =fs, no runtime detection allowed in default...
authorWarren Togami <wtogami@redhat.com>
Thu, 28 May 2009 20:29:22 +0000 (16:29 -0400)
committerWarren Togami <wtogami@redhat.com>
Thu, 28 May 2009 20:29:22 +0000 (16:29 -0400)
modules.d/90kernel-modules/install

index 4c4eae755e2a5bc7b15fc57f991313e7730b271f..ebd3f1b4983e8c300e9623ec0cb824bffa035f3c 100755 (executable)
@@ -2,10 +2,5 @@
 # FIXME: hard-coded module list of doom.
 instmods =ata =block sd_mod =fs
 
-# Grab modules for all filesystem types we currently have mounted
-while read d mp t rest; do
-    instmods "$t"
-done </proc/mounts
-
 [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
 dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')