From 179f96f60a941ce7afd7b8ad045743e312ea8c12 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 23 Feb 2021 18:01:04 +0000 Subject: [PATCH] Use bootdev instead of ksdevice which is deprecated --- group_vars/centos8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/centos8.yml b/group_vars/centos8.yml index 2dd0f45..18e91f6 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 ksdevice=eth0 {{ ipcmd }}" + --extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"