Use bootdev instead of ksdevice which is deprecated
This commit is contained in:
parent
bc692e2163
commit
179f96f60a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue