How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "metaswitch-its/centos7-min-xfce"
end
vagrant init metaswitch-its/centos7-min-xfce
vagrant up
This version was created over 8 years ago.
fixed issue with gdm in 0.0.6
This version was created over 8 years ago.
VB 5.0.20, latest CentOS updates
This version was created over 8 years ago.
updated to VB 5.0.14 which fixed some performance issues
This version was created almost 9 years ago.
updated to CentOS 1511, guest additions 5.0.12
This version was created almost 9 years ago.
updated for virtualbox 5.0.10, installed git
This version was created almost 9 years ago.
fixed requirement for tty
This version was created almost 9 years ago.
This is the very first version