Skip to content

Instantly share code, notes, and snippets.

@fabianvf
Created March 15, 2018 20:40
Show Gist options
  • Save fabianvf/53f5bd1e26b9b50ca7f01b4a939799f5 to your computer and use it in GitHub Desktop.
Save fabianvf/53f5bd1e26b9b50ca7f01b4a939799f5 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