Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created May 19, 2014 13:39
Show Gist options
  • Save kelseyhightower/c0bfd15df8cf8f80c701 to your computer and use it in GitHub Desktop.
Save kelseyhightower/c0bfd15df8cf8f80c701 to your computer and use it in GitHub Desktop.
#!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