How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "atlas-scwd/ubuntu-20.04-desktop"
end
vagrant init atlas-scwd/ubuntu-20.04-desktop
vagrant up
This version was created almost 3 years ago.
Network issue fixed, config now overrides vagrant added config Boot issue also fixed, no longer uses LVM for partition management so grub shouldn't lose it anymore
This version was created almost 3 years ago.
Fixed networking issue
This version was created almost 3 years ago.
This version was created over 3 years ago.
initial