How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "xandradx/generic-rhel9-vmware-aarch64"
end
vagrant init xandradx/generic-rhel9-vmware-aarch64
vagrant up
This version was created about 2 months ago.
9.2
This version was created 12 months ago.
Initial Release for testing on VMware Fusion adapted from work done by: https://roboxes.org/ (Vagrant needs gui to start the box). Default interface to e1000e.
config.vm.provider "vmware_desktop" do |vb|
vb.gui = true
vb.vmx["ethernet0.virtualDev"] = "e1000e"
end