From: Harald Hoyer Date: Wed, 13 Jan 2010 15:33:40 +0000 (+0100) Subject: crypt/dm: move dmeventd to dm module X-Git-Tag: 004~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc40ea7fa1701d46da45e264593d5ac3c8928d9b;p=thirdparty%2Fdracut.git crypt/dm: move dmeventd to dm module --- diff --git a/modules.d/90crypt/install b/modules.d/90crypt/install index 2bfb0a847..4097592a9 100755 --- a/modules.d/90crypt/install +++ b/modules.d/90crypt/install @@ -1,10 +1,8 @@ #!/bin/bash inst cryptsetup -inst dmeventd inst_rules "$moddir/70-luks.rules" inst "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask inst_hook cmdline 30 "$moddir/parse-crypt.sh" inst_hook pre-pivot 30 "$moddir/crypt-cleanup.sh" inst_hook pre-pivot 31 "$moddir/crypt-cleanup.sh" -inst_rules 10-dm.rules 95-dm-notify.rules inst /etc/crypttab diff --git a/modules.d/90dm/install b/modules.d/90dm/install index dab383e06..f77d94571 100755 --- a/modules.d/90dm/install +++ b/modules.d/90dm/install @@ -5,3 +5,5 @@ modinfo -k $kernel dm_mod >/dev/null 2>&1 && \ inst dmsetup +inst dmeventd +inst_rules 10-dm.rules 95-dm-notify.rules