Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-23 17:47:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-23 17:47:52 +0200
commitf5f70d8015fe0e34be8254b362844ff052cd6b36 (patch)
tree87cd6febef2bbbe8e19561599dba35e613c04993 /README.md
adapted template to Arch32
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc0d905
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# LXC
+
+Bases on https://github.com/lxc/lxc-templates (version 3.04.)
+
+# usage
+
+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`)