archboot/install/arch-lvm2

20 lines
298 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# 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
}