summaryrefslogtreecommitdiffstats
path: root/abs/core/lvm2/lvm2_install
blob: c6cacc399f104f023e18b0473efd5520ad787e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
}