Created
February 21, 2012 14:11
-
-
Save robinsmidsrod/1876738 to your computer and use it in GitHub Desktop.
Simple hard-coding of PXELinux config file location
This file contains 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 | |
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