Templates creating Vagrant boxes for CentOS 5.11 minimal installation (x86_64 and i386).
- Packer v0.6.1
- Vagrant v1.6.5
- VirtualBox
- Version 4.3.16 for Windows
- Version 4.2.8 for Mac OS X (which allows HAXM to work in parallel)
- VirtualBox Guest Additions
- curl
- sshd
- sudo
- rsync
vagrant
user and its insecure public key- ... and their dependencies
From the terminal, invoke the following command:
packer build centos-5.11-x86_64-minimal.json
and you will find a vagrant box file named CentOS-5.11-x86_64-minimal.box
in the same directory after the command has succeeded.
Then you can add the box named CentOS-5.11-x86_64-minimal
to your box list
by the following command:
vagrant box add CentOS-5.11-x86_64-minimal.box --name CentOS-5.11-x86_64-minimal
centos-5.11-x86_64-minimal.json
- CentOS 5.11 (x86_64) minimal installationcentos-5.11-i386-minimal.json
- CentOS 5.11 (i386) minimal installation
Copyright © 2015 Upper Stream Software.