GitHunt
RS

rsmitty/pkgs

pkgs

Dependency Diagram

This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions.
The packages are published as a container image, and can be "installed" by simply copying the contents to your rootfs.
For example, using Docker, we can do the following:

FROM scratch
COPY --from=<registry>/<organization>/<pkg>:<tag> / /

Resources

Languages

Makefile50.4%Shell25.9%Python23.7%
Mozilla Public License 2.0
Created August 7, 2019
Updated May 29, 2025