How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mobileoverlord/centos-6.5"
end
vagrant init mobileoverlord/centos-6.5
vagrant up
This version was created over 9 years ago.
Fixed some issues with base install
This version was created over 9 years ago.
Initial Release