Documentation and software for building linux distributions from a given source package git repository.
There are many ways of creating Linux distributions and it appears that each distribution has its own "secret sauce" for bootstrapping and building the base image and I don't like that.
This project is aimed to allow users to create Linux distributions from scratch regardless of the package system.
TODO
Get repository metadata
scripts $ ./sync_distgit.shClone Repositories
scripts $ ./distgit_repos.sh clonePull Repositories TODO
scripts $ ./distgit_repos.sh pullThe core and base package groups should be built before any package in the
dist-git.
- Get the
coregroup package list.
~ $ dnf group info core
...TODO
TODO: Automate this task
TODO: Create pipeline modules for building ISO, qcow and container images