bifrost/install/roles/install_standalone_ironic_localhost/files/boot.ipxe
Julia Kreger d93a3218af Polishing of the readme and synchronizing structure
Updates to the README to provide additional context and sync up
with the file layout.

Moved the setup folder to the install folder as the folder is
specificially utilized to install.
2015-03-09 16:33:45 -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