archboot/lib/initcpio/install/arch_pxelinux
2011-06-17 11:31:53 +02:00

15 lines
245 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
BINARIES=""
FILES=""
SCRIPT="arch_pxelinux"
}
help ()
{
cat<<HELPEOF
This hook starts the network interface and mounts the NFSDIR on an arch boot image.
HELPEOF
}