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