How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "suikast42/ubuntu-22.10_64"
end
vagrant init suikast42/ubuntu-22.10_64
vagrant up
This version was created 11 months ago.
Vagrant.configure(2) do |config| config.vm.provider :vmware_desktop do |vmware| vmware.vmx["ethernet0.pcislotnumber"] = "32" end
This version was created 11 months ago.
There isn't a description.