archboot/lib/initcpio/install/arch_lvm2
2008-12-06 19:12:19 +01:00

19 lines
312 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" dm-mod "
BINARIES="lvm fsadm lvmdump"
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
}