Skip to content

CentOS 6.5 x86_64 Minimal (2014-01-16)

Latest
Compare
Choose a tag to compare
@casr casr released this 16 Jan 20:30
· 18 commits to master since this release

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.6 has also been installed.

Tested with VirtualBox 4.3.6 and Vagrant 1.4.3

vagrant box add centos65-x86_64-20140116 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box

Highlights

  • Fix for swap drive not being automatically mounted. GH-8
  • Put the swap drive on a separate disk. GH-8
  • Lock the kernel version a different way so plugins like
    vagrant-vbguest can upgrade VirtualBox Guest Additions. GH-6
  • Improved shell script cross compatibility. GH-11
  • Reduced the size of the initramfs.
  • The final cleanup operation performed before distribution should
    now be faster. GH-8

See full release information for complete package lists.

SHA256(centos65-x86_64-20140116.box)= 84eda9c4f00c86b62509d1007d4f1cf16b86bccb3795659cb56d1ea0007c3adc

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.3.
  • The hostname is not set in the /etc/hosts file which may cause an issue with some programmes. See GH-14 for more information.