Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 955acc1..66c0624 100644
--- a/README.md
+++ b/README.md
@@ -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)