git » mk-builders.git » commit 6f9674a

Add a little README

author Urja (ARMLFS builder)
2024-07-12 16:35:40 UTC
committer Urja (ARMLFS builder)
2024-07-12 16:35:40 UTC
parent 415bc4fe62c7d34ceec08b53aabd152556e63740

Add a little README

README +15 -0

diff --git a/README b/README
new file mode 100644
index 0000000..868e35c
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+This is a collection of scripts (and other little bits) to make various
+build system parts from (mostly) collections of packages.
+
+make-exec.sh: the build executive (the master container for ARMLFS on server)
+make-bootstrapper.sh: armv7h bootstrapper (minimum packages to rebuild core)
+make-bootstrap64.sh: aarch64 bootstrapper
+make-builder.sh: armv7h builder (container that is used to build base+kde5)
+CARCH=aarch64 ./make-builder.sh: aarch64 builder
+
+The rest of the files are helpers to these, or shipped stuff.
+*-initial.sh are scripts ran chroot'd into the specific builder to
+initialize it (and/or finish installing packages)
+
+armlfs.sh is the script shipped with the build executive to show how 
+the build executive is started.