.
This commit is contained in:
11
salt/states/pxe/harvester/files/harvester.cfg.jinja
Normal file
11
salt/states/pxe/harvester/files/harvester.cfg.jinja
Normal file
@@ -0,0 +1,11 @@
|
||||
## Menu Colours
|
||||
set menu_color_normal=white/black
|
||||
set menu_color_highlight=white/green
|
||||
|
||||
{% for item in pillar['pxe']['harvester'] -%}
|
||||
menuentry 'Harvester {{ item['version'] }}' --class os {
|
||||
linux harvester-v{{ item['version'] }}-vmlinuz-amd64 nomodeset initrd=harvester-v{{ item['version'] }}-initrd-amd64 ip=dhcp net.ifnames=1 rd.cos.disable rd.noverifyssl console=tty1 root=live:http://{{ pillar['network']['ip'] }}/harvester/harvester-v{{ item['version'] }}-rootfs-amd64.squashfs iso_url=http://{{ pillar['network']['ip'] }}/harvester/harvester-v{{ item['version'] }}-amd64.iso
|
||||
initrd harvester-v{{ item['version'] }}-initrd-amd64
|
||||
boot
|
||||
}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user