archboot/install/arch-pxelinux
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +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
}