Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.42 KB

README.mdown

File metadata and controls

50 lines (34 loc) · 1.42 KB

Packer templates for CentOS 5.11

Templates creating Vagrant boxes for CentOS 5.11 minimal installation (x86_64 and i386).

Prerequisites

  • 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)

Provisioned software tools

  • VirtualBox Guest Additions
  • curl
  • sshd
  • sudo
  • rsync
  • vagrant user and its insecure public key
  • ... and their dependencies

How to create a box

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

Variants

  • centos-5.11-x86_64-minimal.json - CentOS 5.11 (x86_64) minimal installation
  • centos-5.11-i386-minimal.json - CentOS 5.11 (i386) minimal installation

Copyright © 2015 Upper Stream Software.