CentOS 6.5 x86_64 Minimal (2013-12-02)
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.42 have also been installed.
Tested with VirtualBox 4.3.4 and Vagrant 1.3.4
vagrant box add centos65-x86_64-20131202 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.0/centos65-x86_64-20131202.box
See full release information for complete package lists.
SHA256(centos65-x86_64-20131202.box)= a4407f618565858375730bdc5a33bc3708ff4ebfd56b30e701ec240bd4821093
Errata
- This release was screwed up slightly as VirtualBox Guest Additions 4.3.2 was installed not 4.3.4.
- 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.