Skip to content

Instantly share code, notes, and snippets.

@webwurst
Last active August 29, 2015 14:02
Show Gist options
  • Save webwurst/9baa9cc817c09791f0d8 to your computer and use it in GitHub Desktop.
Save webwurst/9baa9cc817c09791f0d8 to your computer and use it in GitHub Desktop.
#!ipxe
set base-url http://alpha.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz sshkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAYQC2PxAKTLdczK9+RNsGGPsz0eC2pBlydBEcrbI7LSfiN7Bo5hQQVjki+Xpnp8EEYKpzu6eakL8MJj3E28wT/vNklT1KyMZrXnVhtsmOtBKKG/++odpaavdW2/AU0l7RZiE= coreos pxe demo"
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