Skip to content

Instantly share code, notes, and snippets.

@skinny
Created August 24, 2015 21:02
Show Gist options
  • Save skinny/187424e10a0e0ebd5317 to your computer and use it in GitHub Desktop.
Save skinny/187424e10a0e0ebd5317 to your computer and use it in GitHub Desktop.
ipxe boot
#!ipxe
#set base-url http://stable.release.core-os.net/amd64-usr/current
set base-url http://10.20.30.1/deploy
kernel ${base-url}/coreos_production_pxe.vmlinuz cloud-config-url=http://10.20.30.1/configs/master.yaml
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