summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-11-05 13:16:18 +0100
committervarac <varacanero@zeromail.org>2016-11-05 13:16:18 +0100
commite7adc00728db535ff05bada15cfa5597b7542623 (patch)
tree74bda9733cd3008474c1f3d623be3af5e8bab98c /README.md
parent130d01ac8927e086670e14d13e02009896547eb7 (diff)
First working lxc build
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c0db34..87d0339 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,12 @@
## Currently supported
- Debian Jessie
-- qemu and virtualbox
+- qemu, virtualbox and lxc
## Customization
- puppet, facter are pre-installed
+- Permit root ssh login with password `vagrant`
## Building locally
@@ -15,6 +16,16 @@ This example builds only for the qemu provider.
packer build -only=qemu jessie.json
+## LXC
+
+to build a lxc box, install https://github.com/fgrehm/vagrant-lxc first
+
+You need to run packer with sudo:
+
+ sudo -E packer build -only=lxc jessie.json
+
+Cache dir is at `/var/lib/lxc/packer-lxc/rootfs`.
+
### Issues