How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "loerac/test"
end
vagrant init loerac/test
vagrant up
This version was created about 2 years ago.
Added a arm11 SDK and changed hostname
This version was created about 2 years ago.
Just starting out