Skip to content

Instantly share code, notes, and snippets.

View BinaryBlob's full-sized avatar

Bas van Ooyen BinaryBlob

View GitHub Profile

Keybase proof

I hereby claim:

  • I am binaryblob on github.
  • I am pwnintended (https://keybase.io/pwnintended) on keybase.
  • I have a public key whose fingerprint is BE2B F1F5 AC5D 5B57 6B60 6901 47A2 D921 9273 13E2

To claim this, I am signing this object:

@BinaryBlob
BinaryBlob / coreos_ipxe
Created February 21, 2014 12:38
CoreOS 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 AAAAB3NzaC1yc2EAAAADAQABAAAAYQC2PxAKTLdczK9+RNsGGPsz0eC2pBlydBEcrbI7LSfiN7Bo5hQQVjki+Xpnp8EEYKpzu6eakL8MJj3E28wT/vNklT1KyMZrXnVhtsmOtBKKG/++odpaavdW2/AU0l7RZiE= coreos pxe demo"
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
boot