]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add sd_mod to hardcode module list of doom
authorHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:44:25 +0000 (15:44 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:44:25 +0000 (15:44 +0100)
modules.d/90kernel-modules/install

index 8265b603f84c253b4e84b7ed7439d83e9594aaea..57a36b812e0ff8a3ca6099ae16f5c5972caa3c9f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # FIXME: hard-coded module list of doom.
-instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc}
+instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod}
 
 # Grab modules for all filesystem types we currently have mounted
 while read d mp t rest; do