How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alanthing/centos-7.2"
config.vm.box_version = "0.2.0"
end
vagrant init alanthing/centos-7.2 \
--box-version 0.2.0
vagrant up
This version was created almost 8 years ago.
Box for Veertu created with CentOS 7 minimal ISO and Chef Bento kickstart file. After boot, ran the Bento scripts common/sshd.sh common/vagrant.sh centos/cleanup.sh common/minimize.sh as defined in centos-7.2-x86_64.json.
Note: as Veertu builds out the Vagrant functionality, if you want to increase the RAM and CPU, run vagrant up, then vagrant halt and edit the VM in the Veertu application.
This version was created with the "Download from Internet" option and "Centos 7 minimal" and does not require the paid version of Veertu.
'net.ifnames=0' grub customizationCentOS-7-x86_64-Minimal-1511.iso