Change deprecated ks option inst.ks on kickstart installs
This commit is contained in:
parent
4ab9af9d08
commit
ab48b826f1
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue