How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "kbundy/ubuntu2004"
config.vm.box_version = "20211203.1"
end
vagrant init kbundy/ubuntu2004 \
--box-version 20211203.1
vagrant up
This version was created about 1 year ago.
fixed attachment of disk image. changed default resolution to 1440x900. change desktop to have system bar at bottom. changed terminal size to 124x24 and black on white.