Use bootdev instead of ksdevice which is deprecated

This commit is contained in:
Timo Makinen 2021-02-23 18:01:04 +00:00
parent bc692e2163
commit 179f96f60a

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 ksdevice=eth0 {{ ipcmd }}"
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"