Skip to content

Commit

Permalink
Add open-vm-tools to the images
Browse files Browse the repository at this point in the history
Fixes issue CentOS#134
  • Loading branch information
lpancescu committed Aug 28, 2018
1 parent 7c7d964 commit ca73f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vagrant/centos6.ks
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions vagrant/centos7.ks
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca73f0f

Please sign in to comment.