Go to file
Fabio Rehm 5edf778f0b Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
common Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
conf Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
debian Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
.gitignore Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
CHANGELOG.md Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
LICENSE.txt Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
Makefile Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
README.md Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
build-openmandriva-box.sh Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
clean.sh Import from vagrant-lxc 2014-03-25 00:27:48 -03:00
mk-debian.sh Import from vagrant-lxc 2014-03-25 00:27:48 -03:00

README.md

vagrant-lxc base boxes

This repository contains a set of scripts for creating base boxes for usage with vagrant-lxc 1.0+.

What distros / versions can I build with this?

  • Ubuntu
    • Precise 12.04
    • Quantal 12.10
    • Raring 13.04
    • Saucy 13.10
    • Trusty 14.04
  • Debian
    • Squeeze
    • Wheezy
    • Jessie
    • Sid

Building the boxes

git clone https://github.com/fgrehm/vagrant-lxc-base-boxes.git
cd vagrant-lxc-base-boxes
make precise

By default no provisioning tools will be included but you can pick the ones you want by providing some environmental variables. For example:

PUPPET=1 CHEF=1 SALT=1 BABUSHKA=1 \
make precise

Will build a Ubuntu Precise x86_64 box with latest Puppet, Chef, Salt and Babushka pre-installed.

Pre built base boxes

COMING SOON

What makes up for a vagrant-lxc base box?

See vagrant-lxc/BOXES.md

Known issues

  • We can't get the NFS client to be installed on the containers used for building Ubuntu 13.04 / 13.10 / 14.04 base boxes.
  • Puppet can't be installed on Ubuntu 14.04 / Debian Sid
  • Salt can't be installed on Ubuntu 13.04