Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
/ packer-centos-6 Public archive

Packer template to produce a minimal CentOS 6.6 x86-64 Vagrant box with VirtualBox Guest Additions and Puppet installed

Notifications You must be signed in to change notification settings

Terr/packer-centos-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer-CentOS-6

This Packer template will produce a minimal CentOS 6.6 x86-64 Vagrant box with VirtualBox Guest Additions and Puppet client installed.

Attempts have been made to reduce the size of the output image. After building the VirtualBox Guest Additions, almost all build tools are removed. All free disk space will then be zeroed out so that the image can be compressed more effectively. The resulting image should be around 505MB in size.

Requirements

Usage

Run the following command:

packer build centos6.json

After a few minutes, a Vagrant box file can be found in the builds/ directory.

Settings

The installation ISO is retrieved from servers in The Netherlands and the machine's timezone will be set to Europe/Amsterdam. You can change those settings in centos6.json and http/ks.cfg.

The Packer template in centos6.json can also be modified to produce other things than a Vagrant box. Refer to Packer's documentation to read how.

About

Packer template to produce a minimal CentOS 6.6 x86-64 Vagrant box with VirtualBox Guest Additions and Puppet installed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages