How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "hfm4/CentOS5.10-i386-mysql-allstar"
config.vm.box_version = "0.2"
end
vagrant init hfm4/CentOS5.10-i386-mysql-allstar \
--box-version 0.2
vagrant up
This version was created almost 9 years ago.
Update:
Fix: