Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created October 21, 2018 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbarber/991b8d738495c0fed05bf806d1422b73 to your computer and use it in GitHub Desktop.
Save kbarber/991b8d738495c0fed05bf806d1422b73 to your computer and use it in GitHub Desktop.
\#\!ipxe
set base-url http://stable.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos\_production\_pxe.vmlinuz initrd=coreos\_production\_pxe\_image.cpio.gz coreos.first\_boot=1 coreos.config.url=https://example.com/pxe-config.ign
initrd ${base-url}/coreos\_production\_pxe\_image.cpio.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment