From ca25dd4ed2897fe0c8096cd77e25f5f7152b4ee3 Mon Sep 17 00:00:00 2001 From: Malix Date: Fri, 9 Aug 2024 23:36:52 +0200 Subject: [PATCH] Enhance: libostree --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac1a0b..68eed1e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Things that are the building blocks for all the stuff we're talking about here. Most of us will not use these tools directly, but useful for developers: -- [libostree](https://github.com/ostreedev/ostree) - Operating system and container binary deployment and upgrades +- [libostree (a.k.a. OSTree)](https://github.com/ostreedev/ostree) - Operating system and container binary deployment and upgrades - [Upcoming experimental features in rpm-ostree](https://coreos.github.io/rpm-ostree/experimental/) - [flatpak-ostree-dedup-stats.py](https://gist.github.com/powpingdone/001a46aa7db190b9c935f71c6091eb71) - script to show you how well the ostree deduplication is working, this one is neat - [apt2ostree](https://github.com/stb-tester/apt2ostree) - apt2ostree is used for building Debian/Ubuntu based ostree images. It performs the same task as debootstrap/multistrap but the output is an ostree tree rather than a rootfs in a directory.