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:27:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-21 14:27:58 +0100
commita70b4b2cf60bfa10c430cf1b4291f5dce86e59bb (patch)
treecfa05600edf12076c24b09d0fd9c58e0d6b93a67
parenteded24e64aeea6f606a468673d2d0360472fc0ff (diff)
updated readmeHEADmaster
-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)