https://github.com/frap129/trls
https://github.com/frap129/trls
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frap129/trls
- Owner: frap129
- License: gpl-2.0
- Created: 2024-10-01T18:21:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T20:30:26.000Z (over 1 year ago)
- Last Synced: 2025-02-20T21:29:55.161Z (over 1 year ago)
- Language: Shell
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)