summaryrefslogtreecommitdiffstats
path: root/install/lvm2
diff options
context:
space:
mode:
Diffstat (limited to 'install/lvm2')
-rw-r--r--install/lvm219
1 files changed, 0 insertions, 19 deletions
diff --git a/install/lvm2 b/install/lvm2
deleted file mode 100644
index c6cacc3..0000000
--- a/install/lvm2
+++ /dev/null
@@ -1,19 +0,0 @@
-# vim: set ft=sh:
-
-install ()
-{
- MODULES=" dm-mod "
- BINARIES=""
- FILES=""
- SCRIPT="lvm2"
-
- add_dir "/dev/mapper"
- add_file "/sbin/lvm.static" "/bin/lvm"
-}
-
-help ()
-{
-cat<<HELPEOF
- This hook loads the necessary modules for an LVM2 root device.
-HELPEOF
-}