index : lxc | |
Archlinux32 LXC scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 9 |
@@ -5,13 +5,16 @@ Tested with 'lxc' on Archlinux (version 5.0.1). # Usage +Install the 'lxc' package and 'lxc-templates' (from the AUR). + Copy `lxc-archlinux32` to `/usr/share/lxc/templates`. Create an LXC image with: `lxc-create -n arch32 -t /usr/share/lxc/templates/lxc-archlinux32 -- -a pentium4` (choose one of `pentium4`, `i686` or `i486`) -Things are adaped automatically in the LXC config file, for instance +Things are adaped automatically in the LXC config file (`/var/lib/lxc/arch32/config`), +for instance: ``` lxc.arch = i686 @@ -34,5 +37,5 @@ 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) +- mirrorlist in container gets hard-coded architecture `pentium4` instead of `$arch` +- arch is set to pentium4 in lxc config (which is something not known to LXC) |