CentOS 6.5 x86_64 Minimal (2013-12-19)
This box comes without any provisioning software beyond the shell but it does include development tools such as gcc
, make
, etc. VirtualBox Guest Additions 4.3.4 has also been installed.
Tested with VirtualBox 4.3.4 and Vagrant 1.4.1
vagrant box add centos65-x86_64-20131219 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.2/centos65-x86_64-20131219.box
Highlights
- New NATNET variable for when VirtualBox's default NAT network
doesn't suit your needs. - Added a failover clock.
- Network interfaces aren't tied to particular hardware address.
- Variables are now defined in
vars.sh
. - Use of
releasever
withyum
should fix builds to intended
version.
See full release information for complete package lists.
SHA256(centos65-x86_64-20131219.box)= 5ced14d7b284015d31e375ef0816e4ccac293c1a3b92776ce824b3b9df0c6395
Errata
- Issues have been reported with Vagrant 1.4.0 failing to bring up additional network interfaces. See [1] [2]. Please upgrade to Vagrant 1.4.1.
- Swap isn't automatically enabled on this release due to a bug in the install script. GH-8
- The hostname is not set in the
/etc/hosts
file which may cause an issue with some programmes. See GH-14 for more information.