archboot/usr/lib/initcpio/install/arch_pxelinux
2013-07-22 17:57:18 +02:00

14 lines
225 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_runscript
}
help ()
{
cat<<HELPEOF
This hook starts the network interface and mounts the NFSDIR on an arch boot image.
HELPEOF
}