How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cvas/base"
end
vagrant init cvas/base
vagrant up
This version was created over 4 years ago.
xubuntu, minimal ubuntu install, 18.04 (using VB for creating image)
This version was created over 4 years ago.
added DE and auto-login, better integration with VB
This version was created over 4 years ago.
First build