archboot/usr/lib/initcpio/install/arch_pxelinux
2012-05-27 12:15:43 +02:00

14 lines
217 B
Bash

#!/bin/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
}