summaryrefslogtreecommitdiffstats
path: root/install/dm
diff options
context:
space:
mode:
Diffstat (limited to 'install/dm')
-rw-r--r--install/dm17
1 files changed, 0 insertions, 17 deletions
diff --git a/install/dm b/install/dm
deleted file mode 100644
index 7011f5e..0000000
--- a/install/dm
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}