archboot/lib/initcpio/install/arch_pxelinux

15 lines
243 B
Text

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