index : lxc | |
Archlinux32 LXC scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 10 |
@@ -1,8 +1,9 @@ # LXC Based on `lxc-archlinux` from https://github.com/lxc/lxc-templates (version 3.0.4). +Tested with 'lxc' on Archlinux (version 5.0.1). -# usage +# Usage Copy `lxc-archlinux32` to `/usr/share/lxc/templates`. @@ -13,7 +14,7 @@ Create an LXC image with: Things are adaped automatically in the LXC config file, for instance ``` -lxc.arch = i486 +lxc.arch = i686 ``` If you want to use X in the container the following snippet might help: @@ -30,3 +31,8 @@ Mounting your hosts home for instance is quite handy: ``` lxc.mount.entry=/home home none bind 0 0 ``` + +# Bugs + +- mirrorlist gets hard-coded architecture pentium4 instead of $arch +- arch is set to pentium4 (which is something not known to LXC) |