An open API service indexing awesome lists of open source software.

https://github.com/frap129/trls


https://github.com/frap129/trls

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# trls
> short for "trellis"

A (WIP) tool for building modular, layered archlinux OCI containers and
deploying via bootc.

This is currently experimental software, no setup guide is available at this
time.

## Thanks
- [M1cha](https://github.com/M1cha) for the original archlinux-ostree tool
and guide.
- [GrabbenD](https://github.com/GrabbenD) for making this work with mainline
GRUB2 and for making this work without Fedora.
- [ostreedev](https://github.com/ostreedev) for the awesome OSTree project.
- [Arch Linux](https://archlinux.org) for an awesome Linux distro.
- [containers](https://github.com/containers) for podman and bootc.
- [Universal Blue](https://github.com/ublue-os) for inspiring the modular
approach to building the rootfs.

## References
- [M1cha's original guide on the Arch wiki](https://wiki.archlinux.org/title/User:M1cha/Install_Arch_Linux_inside_OSTree)
- [OSTree documentation](https://github.com/containers)