How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "jhcook/centos6"
  config.vm.box_version = "2.6.32.573.22.1"
end
vagrant init jhcook/centos6 \
  --box-version 2.6.32.573.22.1
vagrant up

This version was created over 8 years ago.

Latest kernel build of CentOS 6 with all updates as of 24 March 2016.

[vagrant@centos6-vbox ~]$ uname -a
Linux centos6-vbox.localdomain 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[vagrant@centos6-vbox ~]$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        50G  1.4G   46G   3% /
tmpfs           939M     0  939M   0% /dev/shm
vagrant         931G  225G  707G  25% /vagrant
[vagrant@centos6-vbox ~]$ lsmod | grep vbox
vboxsf                 37731  1
vboxguest             284775  2 vboxsf
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (326 MB)