Documentation and software for building linux distributions from a given dist-git.
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.
Get repository metadata
scripts $ ./sync_distgit.shClone Repositories
scripts $ ./distgit_repos.sh clonePull Repositories TODO
scripts $ ./distgit_repos.sh pull- Dagger
- NOTE: dagger needs the iptable_nat module:
sudo modprobe iptable_nat
The 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