From 086ff3f7ad659079ede2f61ec654565d389bd35f Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 21 Nov 2022 18:34:31 -0500 Subject: [PATCH] enable the plus repo on vmware for openvm-tools --- Rocky-8-Vagrant-VMware.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rocky-8-Vagrant-VMware.ks b/Rocky-8-Vagrant-VMware.ks index 4a619c5..e3c5bb9 100644 --- a/Rocky-8-Vagrant-VMware.ks +++ b/Rocky-8-Vagrant-VMware.ks @@ -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"