Skip to content

Instantly share code, notes, and snippets.

@NefixEstrada
Created March 13, 2018 06:59
Show Gist options
  • Save NefixEstrada/898d55f9aa4d11d95610775859fc55e0 to your computer and use it in GitHub Desktop.
Save NefixEstrada/898d55f9aa4d11d95610775859fc55e0 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