index : lxc | |
Archlinux32 LXC scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-21 14:27:58 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-21 14:27:58 +0100 |
commit | a70b4b2cf60bfa10c430cf1b4291f5dce86e59bb (patch) | |
tree | cfa05600edf12076c24b09d0fd9c58e0d6b93a67 | |
parent | eded24e64aeea6f606a468673d2d0360472fc0ff (diff) |
-rw-r--r-- | README.md | 9 |
@@ -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) |