archboot/usr/lib/initcpio/install/arch_pxelinux

15 lines
217 B
Text
Raw Normal View History

2012-05-27 12:15:43 +02:00
#!/bin/bash
2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-02-22 23:46:50 +01:00
{
2012-05-27 12:15:43 +02:00
add_runscript
2007-02-22 23:46:50 +01:00
}
help ()
{
cat<<HELPEOF
This hook starts the network interface and mounts the NFSDIR on an arch boot image.
HELPEOF
}