Skip to content

Instantly share code, notes, and snippets.

@kid
Created February 23, 2017 14:00
Show Gist options
  • Save kid/b792cf631c979a6f15e2aebb454c649b to your computer and use it in GitHub Desktop.
Save kid/b792cf631c979a6f15e2aebb454c649b 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 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