Last active
January 16, 2018 01:57
-
-
Save uzyexe/2a934d56947e3b0be638 to your computer and use it in GitHub Desktop.
Kickstart default PXElinux for coreos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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