summaryrefslogtreecommitdiffstats
path: root/install/dm
diff options
context:
space:
mode:
Diffstat (limited to 'install/dm')
-rw-r--r--install/dm17
1 files changed, 17 insertions, 0 deletions
diff --git a/install/dm b/install/dm
new file mode 100644
index 0000000..7011f5e
--- /dev/null
+++ b/install/dm
@@ -0,0 +1,17 @@
+# vim: set ft=sh:
+
+install ()
+{
+ MODULES=" $(all_modules "/md/" | grep -v "raid")"
+ BINARIES=""
+ FILES=""
+ SCRIPT="UNKNOWN"
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook loads the necessary modules for an device mapper device.
+ Detection will take place at runtime.
+HELPEOF
+}