How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "iod/linux-base"
end
vagrant init iod/linux-base
vagrant up
This version was created over 10 years ago.
Added missed out dependencies. Cleaned unused kernels.
This version was created over 10 years ago.
Minor fix
This version was created over 10 years ago.
Fixed vboxsf bad symlink (VirtualBox bug)
This version was created over 10 years ago.
Ruby 2.1.1 Chef 11.10.4 nodejs vim-nox screen gdb etc.
This version was created over 10 years ago.
Updated to: Ruby 2.1.1 Chef 11.10.4 Latest kernel Latest nodejs vim-nox screen gdb etc.
This version was created over 10 years ago.
Initial box