Created
May 19, 2014 13:39
-
-
Save kelseyhightower/c0bfd15df8cf8f80c701 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
set filename http://192.168.12.1:4777 | |
dhcp | |
:retry_chain | |
chain ${filename}?profile=${serial} || sleep 5 | |
chain ${filename}?profile=${uuid} || sleep 5 | |
chain ${filename}?profile=${net0/mac} || sleep 5 && goto retry_chain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment