Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-21 14:19:31 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-21 14:19:31 +0100
commiteded24e64aeea6f606a468673d2d0360472fc0ff (patch)
tree53bd8cfd1fcd9b6cd1b5bed99e5835f2d96ad27b
parent8edcb02b251deff98f1451975f3b075425532dd2 (diff)
added some bug list
-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)