diff --git a/vagrant/centos6.ks b/vagrant/centos6.ks index e083a04..dbf240f 100644 --- a/vagrant/centos6.ks +++ b/vagrant/centos6.ks @@ -10,7 +10,7 @@ firewall --disabled authconfig --enableshadow --enablemd5 selinux --enforcing timezone --utc UTC -services --enabled ntpd,tuned +services --enabled ntpd,tuned,vmtoolsd # The biosdevname and ifnames options ensure we get "eth0" as our interface # even in environments like virtualbox that emulate a real NW card bootloader --location=mbr --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" @@ -37,6 +37,7 @@ screen nfs-utils tuned hyperv-daemons +open-vm-tools # Microcode updates cannot work in a VM -microcode_ctl # Firmware packages are not needed in a VM diff --git a/vagrant/centos7.ks b/vagrant/centos7.ks index 67b0cad..f63a21a 100644 --- a/vagrant/centos7.ks +++ b/vagrant/centos7.ks @@ -10,6 +10,7 @@ firewall --disabled authconfig --enableshadow --enablemd5 selinux --enforcing timezone --utc UTC +services vmtoolsd # The biosdevname and ifnames options ensure we get "eth0" as our interface # even in environments like virtualbox that emulate a real NW card bootloader --location=mbr --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" @@ -38,6 +39,7 @@ nfs-utils chrony yum-utils hyperv-daemons +open-vm-tools # Microcode updates cannot work in a VM -microcode_ctl # Firmware packages are not needed in a VM