]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt-loop/module-setup.sh: install loop kernel module
authorHarald Hoyer <harald@redhat.com>
Wed, 29 May 2013 11:31:54 +0000 (13:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 May 2013 11:31:54 +0000 (13:31 +0200)
modules.d/91crypt-loop/module-setup.sh

index 5e7bcbd19bf197ce22b4014fd64852737e0681d5..218d27a4faefafc355f7a6bf89843e6b72522663 100644 (file)
@@ -8,6 +8,10 @@ depends() {
        echo crypt
 }
 
+installkernel() {
+           instmods loop
+}
+
 install() {
        dracut_install losetup
        inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh"