]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dm: add dm-cache modules
authorHarald Hoyer <harald@redhat.com>
Thu, 27 Mar 2014 11:34:40 +0000 (12:34 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:07 +0000 (11:52 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1081435

modules.d/90dm/module-setup.sh

index fa38e8567d3decaf7ccf22f63bc6c323d357a765..1fd92987b0e9737f077a7bf8d498532b9f29e08e 100755 (executable)
@@ -13,7 +13,7 @@ depends() {
 
 installkernel() {
     instmods =drivers/md
-    instmods dm_mod
+    instmods dm_mod dm-cache dm-cache-mq dm-cache-cleaner
 }
 
 install() {