use ethx device names for centos installs and force kickstart to use first interface

This commit is contained in:
Timo Makinen 2019-05-17 14:27:23 +03:00
parent 75b6a52eb3
commit c42976919f

View file

@ -6,5 +6,5 @@ num_cpus: 1
# extra args for virt-install
virt_install_os_args: >
--extra-args "ks=http://boot.foo.sh/ks/centos7.ks console=ttyS0"
--extra-args "ks=http://boot.foo.sh/ks/centos7.ks console=ttyS0 net.ifnames=0 ksdevice=eth0"
--location http://centos.mirror.gnu.fi/7/os/x86_64