How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tcfrocks/devnode"
end
vagrant init tcfrocks/devnode
vagrant up
This version was created over 3 years ago.
This version was created about 4 years ago.
Minor enhancements to startup (boot); added vagrantfile template to establish better defaults for desktop gui; added vm name for virtualbox GUI
This version was created over 4 years ago.
Fixed issue with bash_profile (remove'unset HOME' to accommodate xfce4 desktop startup); refactored build framework (will be posting to git.ab.com soon).
This version was created over 4 years ago.
Updated to CentOS 7.5 with kernel patch to fix infamous mouse bug in VirtualBox; Updated support for Xfce4 Desktop - faster, with less resources (via no Display Manager); Added support for HashiCorp Nomad
This version was created almost 5 years ago.
Initial release.