How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/rhel6-x86_64-titanium-test"
end
vagrant init starlabio/rhel6-x86_64-titanium-test
vagrant up
This version was created over 1 year ago.
Added acpid to support proper shutdown
This version was created over 1 year ago.
Initial Version