From 77eaa2fea1e44a003bc6393c989927a6ef3da3fb Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 26 Nov 2009 11:02:34 +0100 Subject: [PATCH] dm: install dmsetup --- modules.d/90dm/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules.d/90dm/install b/modules.d/90dm/install index ad9b3c7..dab383e 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 + -- 2.7.4