Skip to content

Instantly share code, notes, and snippets.

@torstenek
Last active August 29, 2015 13:57
Show Gist options
  • Save torstenek/9411463 to your computer and use it in GitHub Desktop.
Save torstenek/9411463 to your computer and use it in GitHub Desktop.
ipxe
#!ipxe
set coreos-version dev-channel
set base-url http://storage.core-os.net/coreos/amd64-generic/${coreos-version}
kernel ${base-url}/coreos_production_pxe.vmlinuz root=squashfs: state=tmpfs: sshkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK8g2YZv5krwHUm3cnrx/9LjTg8p7sd6d7VPewBItHzYpAYCU5dqJ+uNGlMAFvAsu5mkQ/JbIZSDX+F2eWbtdqO6fqe9Zu31blIs5vcjnKlJQSU2BvschzicowHs3LEXbqx5+PyOATAxuAWH7fjNioT4mPRAUp2xk4mpmUO3wed35RWZGuG36arVNLMTkwoUyrYdeAGPMv9gI1y3fnXZ6eSthAc9+kGDUaAF/3ft7GMIT40x/yOE9zOpmqKMdndlj2tQJvVbUPD8YFgArGQI+JzX6gJdRnvuMmnq0tYkYTbx4MyML76k9cIFyAWu6550MpSbu6y66KJif8mt32p0QB [email protected]"
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