From a70b4b2cf60bfa10c430cf1b4291f5dce86e59bb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 21 Nov 2022 14:27:58 +0100 Subject: updated readme --- README.md | 9 ++++++--- 1 file 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) -- cgit v1.2.3-54-g00ecf