diff options
author | Harald Hoyer <harald@redhat.com> | 2009-11-26 11:02:34 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-11-26 11:02:34 +0100 |
commit | 77eaa2fea1e44a003bc6393c989927a6ef3da3fb (patch) | |
tree | 5fd5e957f77f973c8da0447273790fb53bfa4657 /modules.d/90dm | |
parent | 3c56f3726526e29f2e871fbe4f619fba07df6437 (diff) | |
download | dracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.tar.gz dracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.tar.bz2 dracut-77eaa2fea1e44a003bc6393c989927a6ef3da3fb.zip |
dm: install dmsetup
Diffstat (limited to 'modules.d/90dm')
-rwxr-xr-x | modules.d/90dm/install | 2 |
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 + |