From ab48b826f1f01b482bed03341474029cab884d0b Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 28 Apr 2021 17:14:44 +0000 Subject: [PATCH] Change deprecated ks option inst.ks on kickstart installs --- group_vars/centos7.yml | 2 +- group_vars/centos8.yml | 2 +- group_vars/fedora.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/centos7.yml b/group_vars/centos7.yml index 2470714..bf74305 100644 --- a/group_vars/centos7.yml +++ b/group_vars/centos7.yml @@ -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 diff --git a/group_vars/centos8.yml b/group_vars/centos8.yml index ec90b50..ec55897 100644 --- a/group_vars/centos8.yml +++ b/group_vars/centos8.yml @@ -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 }}" diff --git a/group_vars/fedora.yml b/group_vars/fedora.yml index 0045dae..8eb8141 100644 --- a/group_vars/fedora.yml +++ b/group_vars/fedora.yml @@ -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 }}"