Change deprecated ks option inst.ks on kickstart installs

This commit is contained in:
Timo Makinen 2021-04-28 17:14:44 +00:00
parent 4ab9af9d08
commit ab48b826f1
3 changed files with 3 additions and 3 deletions

View file

@ -17,5 +17,5 @@ ipcmd: >-
{% endif %}
{% endif %}
virt_install_os_args: >
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
--location https://nic.funet.fi/pub/mirrors/centos.org/7/os/x86_64

View file

@ -18,4 +18,4 @@ ipcmd: >-
{% endif %}
virt_install_os_args: >
--location https://nic.funet.fi/pub/mirrors/centos.org/8/BaseOS/x86_64/os
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"

View file

@ -19,4 +19,4 @@ ipcmd: >-
{% endif %}
virt_install_os_args: >
--location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/x86_64/os
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"