README: extend description of ADDPACKAGES a bit
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
7037df1168
commit
179e82b01f
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,8 @@ Babushka pre-installed.
|
|||
|
||||
When using ANSIBLE=1, an optional ANSIBLE_VERSION parameter may be passed that will specify which version of ansible to install. By default it will install the latest Ansible.
|
||||
|
||||
Additional packages to be installed can be specified with the ADDPACKAGES variable:
|
||||
|
||||
```sh
|
||||
ADDPACKAGES="aptitude htop" \
|
||||
make trusty
|
||||
|
@ -65,6 +67,8 @@ Will build a Ubuntu Trusty x86_64 box with aptitude and htop as additional
|
|||
packages pre-installed. You can also specify the packages in a file
|
||||
trusty_packages.
|
||||
|
||||
Note: ADDPACKAGES is currently only implemented for flavors of debian.
|
||||
|
||||
## Pre built base boxes
|
||||
|
||||
_**NOTE:** None of the base boxes below have a provisioner pre-installed_
|
||||
|
|
Loading…
Reference in a new issue