diff options
author | root <root@rshg047.dnsready.net> | 2011-07-11 23:12:58 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-11 23:12:58 +0000 |
commit | e03f4b9bc9da3327de94bc58aa92ecb836c1580d (patch) | |
tree | afaa891d69789d31246d52c3d9c47c236929d3c2 /core/lvm2/lvm2_install | |
parent | 1a1b748f1738b1989a834d75b1623be21bf9bab5 (diff) |
Mon Jul 11 23:12:58 UTC 2011
Diffstat (limited to 'core/lvm2/lvm2_install')
-rw-r--r-- | core/lvm2/lvm2_install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/lvm2/lvm2_install b/core/lvm2/lvm2_install index 0df69f81b..94175b523 100644 --- a/core/lvm2/lvm2_install +++ b/core/lvm2/lvm2_install @@ -1,13 +1,12 @@ # vim: set ft=sh: -install () +build() { MODULES=" dm-mod dm-snapshot dm-mirror" BINARIES="" FILES="" SCRIPT="lvm2" - add_dir "/dev/mapper" add_binary "/sbin/lvm" add_binary "/sbin/dmsetup" add_file "/lib/udev/rules.d/10-dm.rules" |