Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created February 21, 2012 14:11
Show Gist options
  • Save robinsmidsrod/1876738 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/1876738 to your computer and use it in GitHub Desktop.
Simple hard-coding of PXELinux config file location
#!ipxe
dhcp
set 210:string http://10.1.0.1/pxe/
set 209:string pxelinux.cfg/${mac:hexhyp}
set filename ${210:string}pxelinux.0
chain ${filename} || exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment