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.