Skip to content

Instantly share code, notes, and snippets.

@deanet
Forked from uzyexe/kickstart-for-pxeboot-coreos
Created January 16, 2018 01:57
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 deanet/4162a5004db99f209cf8c24cbe0bd75f to your computer and use it in GitHub Desktop.
Save deanet/4162a5004db99f209cf8c24cbe0bd75f to your computer and use it in GitHub Desktop.
Kickstart default PXElinux for coreos
default coreos
prompt 1
timeout 15
display boot.msg
label coreos
menu default
kernel http://<your_server_name>/coreos_production_pxe.vmlinuz
append initrd=http://<your_server_name>/coreos_production_pxe_image.cpio.gz cloud-config-url=http://<your_server_name>/cloud-config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment