Skip to content

Instantly share code, notes, and snippets.

@swestcott
Created July 12, 2017 13:40
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 swestcott/82c2ee0fda72921ef4610dbd677d9fb7 to your computer and use it in GitHub Desktop.
Save swestcott/82c2ee0fda72921ef4610dbd677d9fb7 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
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