]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dm/module-setup.sh: instmods dm_mod
authorHarald Hoyer <harald@redhat.com>
Wed, 26 Sep 2012 13:05:34 +0000 (15:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 26 Sep 2012 13:05:34 +0000 (15:05 +0200)
modules.d/90dm/module-setup.sh

index 8bc2ea4f733f4c39633b023c4be7d55968332ec1..6ec9af49463e4af7d157ee08ea0cd8de76f190c6 100755 (executable)
@@ -13,6 +13,7 @@ depends() {
 
 installkernel() {
     instmods =drivers/md
+    instmods dm_mod
 }
 
 install() {