How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sputnik13/trusty64"
end
vagrant init sputnik13/trusty64
vagrant up
This version was created about 8 years ago.
Updating virtualbox provider with a box that removes extpack dependency.
This version was created about 8 years ago.
Initial release of vanilla Ubuntu 14.04