Skip to content

Instantly share code, notes, and snippets.

@Osso
Created October 28, 2014 20:44
Show Gist options
  • Save Osso/04d51b4c40f70dcb82a0 to your computer and use it in GitHub Desktop.
Save Osso/04d51b4c40f70dcb82a0 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 cloud-config-url=http://169.254.169.254/2014-09-12/coreos-init sshkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdvGXQGTYDv1OohZrxUHI/vT5j2gtFYL2/nX8Q4zSbi1YxlprF0I0V6fbipm93qdWsLkrHmk+ncynUIpO69PtmyycVgabkdM7Wf6M0ZtlutdX9SJ2LTdR9f2kl63g3YIPW2F1bwStRWaUGdOde6G8faANjMcVK5o/gN/T7+UloMriuqoOb235Rc5SLkU/FE2iqr/IR3q3ZDE/ZwdzFRuIy+Q8HGmjTP5gxhgw8ImJdHZWzUsfRW2+396257CVXy7mjZRRwTjq8oekGeQdNbfYrFyu1f1MWDlkPdARrKESBUmueSy9Dhl0fOi5UGFE5j/SxYdGgaLy3SUnxfLvoliON osso@macbook.local"
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