CentOS 6.5 x86_64 Minimal (2013-12-05)
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.3.4
vagrant box add centos65-x86_64-20131205 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box
Highlights
- SSH keys are now generated on first boot.
- IPv6 is now enabled.
- Results of the build can be emailed to you. See notes in README.
- Remove some extra packages that "Development Tools" throws in
there. See the packages diff for full information. - The yum cache now ships empty.
- yum-utils is now maintained in the build. It is a collection of
useful tools to get more information about your local packages. - Many of the logs in /var/log are cleared to not confuse with
your debugging.
See full release information for complete package lists.
SHA256(centos65-x86_64-20131205.box)= 66b7a6b11e040f20e78ce269c8459918fcb1941c938bacc71bbc48eac33b9cdf
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.