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=""
2007-09-07 19:22:10 +02:00
SCRIPT="arch_lvm2"
2007-02-22 23:46:50 +01:00
add_dir "/dev/mapper"
}
help ()
{
cat<<HELPEOF
This hook loads the necessary modules for an LVM2 root device
on an arch boot image.
HELPEOF
}