summaryrefslogtreecommitdiff
path: root/modules.d
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-01-13 16:33:40 +0100
committerHarald Hoyer <harald@redhat.com>2010-01-13 16:33:40 +0100
commitdc40ea7fa1701d46da45e264593d5ac3c8928d9b (patch)
tree29f334bbb59cc65e0acd3f37fff471c4c630c5ed /modules.d
parent0fae59d6eb3039628df1413a1007c5b8fe15c9c5 (diff)
downloaddracut-dc40ea7fa1701d46da45e264593d5ac3c8928d9b.tar.gz
dracut-dc40ea7fa1701d46da45e264593d5ac3c8928d9b.tar.bz2
dracut-dc40ea7fa1701d46da45e264593d5ac3c8928d9b.zip
crypt/dm: move dmeventd to dm module
Diffstat (limited to 'modules.d')
-rwxr-xr-xmodules.d/90crypt/install2
-rwxr-xr-xmodules.d/90dm/install2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/90crypt/install b/modules.d/90crypt/install
index 2bfb0a84..4097592a 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 dab383e0..f77d9457 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