Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 943 Bytes

Packages 👋

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 Containerfile, we can do the following:

FROM scratch
COPY --from=ghcr.io/sentinelos/<pkg>:<tag> / /

License

This project is licensed under the Mozilla Public License Version 2.0 License - see the LICENSE file for details.

Thank you

This project could not have been built without the following libraries or projects. They are either directly used in Sentinel OS or provided a lot of inspiration for the shape of the project: