Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (13 sloc)
865 Bytes
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 {{ inventory_hostname }}-deploy | |
PROMPT 0 | |
TIMEOUT 50 | |
TOTALTIMEOUT 6000 | |
ONTIMEOUT {{ inventory_hostname }}-deploy | |
LABEL local | |
MENU LABEL (local) | |
MENU DEFAULT | |
LOCALBOOT 0 | |
LABEL {{ inventory_hostname}}-deploy | |
MENU LABEL RHCOS {{ rhcos_version }} {{ arch }}- Kickstart for {{ inventory_hostname }} | |
KERNEL rhcos-{{ rhcos_version }}-{{ arch }}-installer-kernel-{{ arch }} | |
APPEND ip={{ ip }}::{{ gateway }}:{{ netmask }}:{{ inventory_hostname }}:{{ pxe_bootdev }}:none nameserver={{ nameserver }} rd.neednet=1 initrd=rhcos-{{ rhcos_version }}-{{ arch }}-installer-initramfs.{{ arch }}.img console={{ kernel_console | default('tty0')}} coreos.inst=yes rd.md=1 rd.auto coreos.inst.install_dev={{ md_raid_dev }} coreos.inst.image_url={{ rhcos_install_img_url }} coreos.inst.ignition_url={{ rhcos_ignition_file_url }} | |