summaryrefslogtreecommitdiff
path: root/modules.d/90dm
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-26 11:02:34 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-26 11:02:34 +0100
commit77eaa2fea1e44a003bc6393c989927a6ef3da3fb (patch)
tree5fd5e957f77f973c8da0447273790fb53bfa4657 /modules.d/90dm
parent3c56f3726526e29f2e871fbe4f619fba07df6437 (diff)
downloaddracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.tar.gz
dracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.tar.bz2
dracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.zip
dm: install dmsetup
Diffstat (limited to 'modules.d/90dm')
-rwxr-xr-xmodules.d/90dm/install2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.d/90dm/install b/modules.d/90dm/install
index ad9b3c75..dab383e0 100755
--- a/modules.d/90dm/install
+++ b/modules.d/90dm/install
@@ -3,3 +3,5 @@
modinfo -k $kernel dm_mod >/dev/null 2>&1 && \
inst_hook pre-udev 30 "$moddir/dm-pre-udev.sh"
+inst dmsetup
+