Skip to content

Instantly share code, notes, and snippets.

@uzyexe
Last active January 16, 2018 01:57
Show Gist options
  • Save uzyexe/2a934d56947e3b0be638 to your computer and use it in GitHub Desktop.
Save uzyexe/2a934d56947e3b0be638 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