From 0515a94129f44e352d251abf20712b381e24c5a9 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 6 Mar 2009 15:44:25 +0100 Subject: [PATCH] add sd_mod to hardcode module list of doom --- modules.d/90kernel-modules/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90kernel-modules/install b/modules.d/90kernel-modules/install index 8265b603..57a36b81 100755 --- a/modules.d/90kernel-modules/install +++ b/modules.d/90kernel-modules/install @@ -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