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

@ -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 }}"