24 lines
715 B
Diff
24 lines
715 B
Diff
|
From 37502d2733c8ba8bc0d93e6f126534f23111fc3e Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 27 Mar 2014 12:34:40 +0100
|
||
|
Subject: [PATCH] dm: add dm-cache modules
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1081435
|
||
|
---
|
||
|
modules.d/90dm/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90dm/module-setup.sh b/modules.d/90dm/module-setup.sh
|
||
|
index 829c24b..2367588 100755
|
||
|
--- a/modules.d/90dm/module-setup.sh
|
||
|
+++ b/modules.d/90dm/module-setup.sh
|
||
|
@@ -16,7 +16,7 @@ depends() {
|
||
|
# called by dracut
|
||
|
installkernel() {
|
||
|
instmods =drivers/md
|
||
|
- instmods dm_mod
|
||
|
+ instmods dm_mod dm-cache dm-cache-mq dm-cache-cleaner
|
||
|
}
|
||
|
|
||
|
# called by dracut
|