summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 24 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19e54ce..8743830 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
## Currently supported
-- Debian Jessie (8.2)
-- qemu (working) and virtualbox (WIP)
+- Debian Jessie
+- qemu, virtualbox and lxc
## Customization
- puppet, facter are pre-installed
+- Permit root ssh login with password `vagrant`
## Building locally
@@ -15,6 +16,27 @@ This example builds only for the qemu provider.
packer build -only=qemu jessie.json
+## Connect to VNC
+
+While building you can connect to the box using
+
+ vncviewer -Shared localhost:PORT
+
+just make sure to provide the PORT shown on the console shown like this:
+
+ ==> qemu: Found available VNC port: 5922
+
+
+## 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