]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add filesystem modules to the initrd
authorHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:28:25 +0000 (11:28 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:28:25 +0000 (11:28 +0100)
modules.d/90kernel-modules/install

index 37062fb1b4b7913fa766407586d04fc3997762b9..6e7c02d8954a8febde894337582f781eca654002 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # FIXME: hard-coded module list of doom.
-instmods ${modules:-=ata =block sd_mod}
+instmods ${modules:-=ata =block sd_mod =fs}
 
 # Grab modules for all filesystem types we currently have mounted
 while read d mp t rest; do