boxes: Almost done with extraction
This commit is contained in:
parent
12df76752d
commit
457e75ca96
2 changed files with 14 additions and 9 deletions
16
README.md
16
README.md
|
@ -18,7 +18,7 @@ branch.
|
||||||
Usage with the recently released Vagrant 1.5 is only possible by [building the
|
Usage with the recently released Vagrant 1.5 is only possible by [building the
|
||||||
plugin from sources](https://github.com/fgrehm/vagrant-lxc/wiki/Development#wiki-installing-the-plugin-from-source).
|
plugin from sources](https://github.com/fgrehm/vagrant-lxc/wiki/Development#wiki-installing-the-plugin-from-source).
|
||||||
The 1.0.0.beta1 version of the plugin that will ship with the changes required
|
The 1.0.0.beta1 version of the plugin that will ship with the changes required
|
||||||
is expected to be released by the end of March 2014.
|
is expected to be released by April, 2014.
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -104,7 +104,7 @@ vagrant-lxc will then write out `lxc.cgroup.memory.limit_in_bytes='1024M'` to th
|
||||||
container config file (usually kept under `/var/lib/lxc/<container>/config`)
|
container config file (usually kept under `/var/lib/lxc/<container>/config`)
|
||||||
prior to starting it.
|
prior to starting it.
|
||||||
|
|
||||||
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).
|
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/precise/man5/lxc.conf.5.html).
|
||||||
|
|
||||||
### Container naming
|
### Container naming
|
||||||
|
|
||||||
|
@ -139,10 +139,14 @@ _vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgr
|
||||||
|
|
||||||
### Base boxes
|
### Base boxes
|
||||||
|
|
||||||
Please check [the wiki](https://github.com/fgrehm/vagrant-lxc/wiki/Base-boxes)
|
Scripts for building Ubuntu and Debian base boxes are available at
|
||||||
for a list of [pre built](https://github.com/fgrehm/vagrant-lxc/wiki/Base-boxes#available-boxes)
|
[fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes)
|
||||||
base boxes and have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
|
and the link to pre built Ubuntu boxes can be found at [this section](https://github.com/fgrehm/vagrant-lxc-base-boxes#pre-built-base-boxes).
|
||||||
for more information on building your own.
|
|
||||||
|
If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
|
||||||
|
for more information.
|
||||||
|
|
||||||
|
_vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Base-boxes)_
|
||||||
|
|
||||||
|
|
||||||
## More information
|
## More information
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vagrant-lxc base boxes
|
# vagrant-lxc base boxes
|
||||||
|
|
||||||
This repository contains a set of scripts for creating base boxes for usage with
|
This repository contains a set of scripts for creating base boxes for usage with
|
||||||
[vagrant-lxc](https://github.com/fgrehm/vagrant-lxc).
|
[vagrant-lxc](https://github.com/fgrehm/vagrant-lxc) 1.0+.
|
||||||
|
|
||||||
## What distros / versions can I build with this?
|
## What distros / versions can I build with this?
|
||||||
|
|
||||||
|
@ -36,18 +36,19 @@ make precise
|
||||||
Will build a Ubuntu Precise x86_64 box with latest Puppet, Chef, Salt and
|
Will build a Ubuntu Precise x86_64 box with latest Puppet, Chef, Salt and
|
||||||
Babushka pre-installed.
|
Babushka pre-installed.
|
||||||
|
|
||||||
## Pre built base boxes
|
|
||||||
|
|
||||||
_vagrant-lxc 1.0+ only_
|
## Pre built base boxes
|
||||||
|
|
||||||
| Box | VagrantCloud | Direct URL |
|
| Box | VagrantCloud | Direct URL |
|
||||||
| --- | ------------ | ---------- |
|
| --- | ------------ | ---------- |
|
||||||
| | | |
|
| | | |
|
||||||
|
|
||||||
|
|
||||||
## What makes up for a vagrant-lxc base box?
|
## What makes up for a vagrant-lxc base box?
|
||||||
|
|
||||||
See [vagrant-lxc/BOXES.md](https://github.com/fgrehm/vagrant-lxc/blob/master/BOXES.md)
|
See [vagrant-lxc/BOXES.md](https://github.com/fgrehm/vagrant-lxc/blob/master/BOXES.md)
|
||||||
|
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
* We can't get the NFS client to be installed on the containers used for building
|
* We can't get the NFS client to be installed on the containers used for building
|
||||||
|
|
Loading…
Reference in a new issue