index : lxc | |
Archlinux32 LXC scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-21 14:19:31 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-21 14:19:31 +0100 |
commit | eded24e64aeea6f606a468673d2d0360472fc0ff (patch) | |
tree | 53bd8cfd1fcd9b6cd1b5bed99e5835f2d96ad27b | |
parent | 8edcb02b251deff98f1451975f3b075425532dd2 (diff) |
-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) |