archboot/install/arch_pxelinux
2007-09-07 17:22:10 +00: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
}