You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
739 B
29 lines
739 B
6 years ago
|
From 69762959aeed366368d50443d0d23c78ddfded8e Mon Sep 17 00:00:00 2001
|
||
|
From: Thomas Renninger <trenn@suse.de>
|
||
|
Date: Thu, 11 Dec 2014 15:46:13 +0100
|
||
|
Subject: [PATCH] 90lvm: Install dm-snapshot module
|
||
|
|
||
|
bnc#888530
|
||
|
|
||
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||
|
(cherry picked from commit 5c84d51b3f258af9035a4031c6b482103adea4d9)
|
||
|
---
|
||
|
modules.d/90lvm/module-setup.sh | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh
|
||
|
index 90bc39f7..5e374fbc 100755
|
||
|
--- a/modules.d/90lvm/module-setup.sh
|
||
|
+++ b/modules.d/90lvm/module-setup.sh
|
||
|
@@ -42,6 +42,10 @@ cmdline() {
|
||
|
done
|
||
|
}
|
||
|
|
||
|
+installkernel() {
|
||
|
+ instmods dm-snapshot
|
||
|
+}
|
||
|
+
|
||
|
# called by dracut
|
||
|
install() {
|
||
|
local _i
|