Skip to content

Instantly share code, notes, and snippets.

@surajssd
Last active February 25, 2019 07:46
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 surajssd/a6ae42a873594825d0f861725c88d65d to your computer and use it in GitHub Desktop.
Save surajssd/a6ae42a873594825d0f861725c88d65d to your computer and use it in GitHub Desktop.
flatcar pxe configs
#!ipxe
set base-url https://stable.release.flatcar-linux.net/amd64-usr/current
kernel ${base-url}/flatcar_production_pxe.vmlinuz initrd=flatcar_production_pxe_image.cpio.gz flatcar.first_boot=1 flatcar.oem.id=packet console=ttyS1,115200n8
initrd ${base-url}/flatcar_production_pxe_image.cpio.gz
boot
{"ignition":{"config":{},"security":{"tls":{}},"timeouts":{},"version":"2.2.0"},"networkd":{},"passwd":{"users":[{"name":"core","sshAuthorizedKeys":["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDalnz4QaDyeiLq2QtooMaueufiQitcZ0Dp3GopNCQJktx5K3WB6Qabv8zxYSlsDNzbSTT5IknIka+yKDT2L2fMmBVshJVszXs98mOfxM5Cb/HJdR07GR9gyKw8ODrBm151WVdbKCrB6NhCqtTqiggRCDtT8egz9naMqxzkMNzZiHWv+xIs9MOh5BX9aG/5Kn0P/NsbCTi3yOdS9Ab2LSkf33I2juXjgJKy09aUDLcil17ThNc6Dx+uosTBnmCdFzimtYKToBEWA1AhtLJFp68NAtQze5JCJ/e2bLNSlEBZfSDZzxyFw1ONUWZPm1orZXIxaV2Js8bt348vQj1pJXR6aGi6awcrYqWFOvx/ZOTvrUhJzPDvG92TyU/xb0EftKv6j1G78/zUk7h7Co46YDvPMhEVHcqYSeQzTwaRH2MkgiireAfGtT8lUgE6wHzshzt+WJYKFeF+mf+swowNlLQJhVf2meNKSUrmQ3Fn7dcj9gHfr5suFg9onkbiCmep8exvbX1ueZSz5DDMbVkC9S99wgFcXdYHdxpK/yaPsuOh5gn1tBWkQg0dNnyN42JhsRyp2iY8GJd8DVik7wp3TnIQFnu9/o8UaEmVqsZvgG6cf535ZUTAFaBj1Um3EIpa6Z8ahyw2Kdr3pcDzX+BDlsFqMqi3Lv+DeMeek3OcS/uefQ== suraj@kinvolk.io"]}]},"storage":{},"systemd":{}}
#!ipxe
set base-url http://stable.release.flatcar-linux.net/amd64-usr/current
kernel ${base-url}/flatcar_production_pxe.vmlinuz initrd=flatcar_production_pxe_image.cpio.gz flatcar.first_boot=1 flatcar.oem.id=packet console=ttyS1,115200n8
initrd ${base-url}/flatcar_production_pxe_image.cpio.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment