Julia Kreger 2498cb2ee0 Convert installer into the style of a role
The format for the install has been changed to be more in-line with
an ansible role in order to make this portion of more portable and
re-usable.

Additionally performed cleanup of the main tasks ans removed
un-necessary pulls of components.
2015-03-09 14:52:17 -04:00

11 lines
269 B
Plaintext

#!ipxe
# load the MAC-specific file or fail if it's not found
chain --autofree pxelinux.cfg/${mac:hexraw} || goto error_no_config
:error_no_config
echo PXE boot failed. No configuration found for MAC ${mac}
echo Press any key to reboot...
prompt --timeout 180
reboot