Systems under the skin of TKL
Dissecting and understanding a build process is complicated. It is very nice to be able to look under the skin from time to tim.
At present I am needing to adjust approaches as past ways of adapting have been left by the road (not by me). Studying a bit about what takes place in alternative builds that I may adapt to is an approach that I need to take.
Turnkeylinux is built from 2 sets os structures. What goes out, their "apps" are prebuilt systems.
Inside of each app though are many and various components.
https://github.com/turnkeylinux-apps/
https://github.com/turnkeylinux/fab (the component sets)
consists of 68 Repositories at present, including...
https://github.com/turnkeylinux/fab
https://github.com/turnkeylinux/buildtasks
https://github.com/turnkeylinux/inithooks
https://github.com/turnkeylinux/buildroot
https://github.com/turnkeylinux/turnkey-paths
and many more.
TKLDEV is a good way to start to understand the process as TKLDEV will build new APPS and the process can be tracked. Still following it is complicated.
This is left here as a study note to come back to.
A good entry point to Turnkeylinux is of on their "Help Sought" page"
Posted in Open Source Notations