Skip to content

CentOS 6.4 x86_64 Minimal (2014-01-16)

Compare
Choose a tag to compare
@casr casr released this 16 Jan 20:02
· 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 centos64-x86_64-20140116 https://github.com/2creatives/vagrant-centos/releases/download/v6.4.2/centos64-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(centos64-x86_64-20140116.box)= a63b7bddbae500f2981467e5e0a78521e73cc3de51e1b973d9f966508299b98e

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.