Skip to content

Instantly share code, notes, and snippets.

@kid
Last active January 31, 2017 23:03
Show Gist options
  • Save kid/5cb6316e6abbabe4377fac3f0fa341fe to your computer and use it in GitHub Desktop.
Save kid/5cb6316e6abbabe4377fac3f0fa341fe to your computer and use it in GitHub Desktop.
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAKH7u/iMQkBjs5QT6LyVv1JttIxrgrxEMwdbZjNcnEgHrixLh4vZMJTOE8F/mHzKeOu7mi5jjxY5bjJ9L0rxf4Watl0E4TBrha+FIBDvQsA+eDPNF0PhApIZYjQwzSo3bkA39d1i92ayARSPMBZkKL5KZyeMzHS9h3lI1cXz7/lOSD2aVdxvz2qW+YpggKWHJG5UMfH5bktfroMGG/yS1T6Cif6q1wuvYFyRTWP2TpwbGmKOpgbUCpi0HAzYk0B78XO48FbG7/eruPyAITGtM4tUqL+yKcgSwdvDLzikUnd872DbKXa+5gatQjSBU45m/3yMJTaQbZpUlRnC7nwFJ [email protected]
#!ipxe
set base-url http://beta.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz coreos.config.url=https://example.com/pxe-config.ign
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