-
-
Save deanet/4162a5004db99f209cf8c24cbe0bd75f to your computer and use it in GitHub Desktop.
Kickstart default PXElinux for coreos
This file contains hidden or 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