archboot/install/arch_lvm2
2007-09-07 17:22:10 +00:00

19 lines
298 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" dm-mod "
BINARIES="lvm"
FILES=""
SCRIPT="arch_lvm2"
add_dir "/dev/mapper"
}
help ()
{
cat<<HELPEOF
This hook loads the necessary modules for an LVM2 root device
on an arch boot image.
HELPEOF
}