Skip to content

This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions.

License

Notifications You must be signed in to change notification settings

sentinelos/packages

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:

About

This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages