From eded24e64aeea6f606a468673d2d0360472fc0ff Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 21 Nov 2022 14:19:31 +0100 Subject: added some bug list --- README.md | 10 ++++++++-- 1 file 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) -- cgit v1.2.3-54-g00ecf