archboot/lib/initcpio/install/arch_pxelinux
2008-12-06 19:12:19 +01: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
}