Blame 0064-crypt-loop-module-setup.sh-install-loop-kernel-modul.patch

Harald Hoyer 75f812
From 8099e7b1ba10eaf7780e6423e97a13a5c62cf5bd Mon Sep 17 00:00:00 2001
Harald Hoyer 75f812
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 75f812
Date: Wed, 29 May 2013 13:31:54 +0200
Harald Hoyer 75f812
Subject: [PATCH] crypt-loop/module-setup.sh: install loop kernel module
Harald Hoyer 75f812
Harald Hoyer 75f812
---
Harald Hoyer 75f812
 modules.d/91crypt-loop/module-setup.sh | 4 ++++
Harald Hoyer 75f812
 1 file changed, 4 insertions(+)
Harald Hoyer 75f812
Harald Hoyer 75f812
diff --git a/modules.d/91crypt-loop/module-setup.sh b/modules.d/91crypt-loop/module-setup.sh
Harald Hoyer 75f812
index 5e7bcbd..218d27a 100644
Harald Hoyer 75f812
--- a/modules.d/91crypt-loop/module-setup.sh
Harald Hoyer 75f812
+++ b/modules.d/91crypt-loop/module-setup.sh
Harald Hoyer 75f812
@@ -8,6 +8,10 @@ depends() {
Harald Hoyer 75f812
 	echo crypt
Harald Hoyer 75f812
 }
Harald Hoyer 75f812
 
Harald Hoyer 75f812
+installkernel() {
Harald Hoyer 75f812
+	    instmods loop
Harald Hoyer 75f812
+}
Harald Hoyer 75f812
+
Harald Hoyer 75f812
 install() {
Harald Hoyer 75f812
 	dracut_install losetup
Harald Hoyer 75f812
 	inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh"