Skip to content

Instantly share code, notes, and snippets.

@brandondrew
Created June 24, 2014 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandondrew/d51d2ebda22170878a83 to your computer and use it in GitHub Desktop.
Save brandondrew/d51d2ebda22170878a83 to your computer and use it in GitHub Desktop.
Public CoreOS iPXE Script
#!ipxe
set base-url http://alpha.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz sshkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDm62LTesk5YC9E7TXc8R9MYJes5NeKZraB+zI2hGpbqI9t31cdZWQBW87Uv8Tne6uD3n4ALSWvTJxrndl80tvC2hz+mLdhF3aiIZQl2jL17JL3rGe7iI7knChq482L5XT7KDVg+0ZEyZhTYvbPVoOJNzPG2BIbrjUyK8f0JUtnvnqJ4zl6tZzTe4rEYTp3YKNAPOv/7868Ka8VywVO3sx78Xj5sHtDWHAm5omrZvajC2jLmG+8N+uKRmY/G25uO8cZOGIB6DI4B0nIu9D9cMWBa+TPnoDKYACdHdwfz8qx1KUtGjS3I9uAcWQCvWXNYICnnhfDQ6hfvseXwKHzC/p7 brandon.zylstra@gmail.com"
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