enable the plus repo on vmware for openvm-tools

This commit is contained in:
Neil Hanlon 2022-11-21 18:34:31 -05:00
parent 3b52ad6cce
commit 086ff3f7ad
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ echo "/swapfile none swap defaults 0 0" >> /etc/fstab
echo "%vagrant ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/vagrant
chmod 0440 /etc/sudoers.d/vagrant
# vmware needs open-vm-tools; on aarch, this is in plus
dnf config-manager --set-enabled=plus
# Fix for https://github.com/CentOS/sig-cloud-instance-build/issues/38
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
DEVICE="eth0"