From 8ce3cb7e3713c42d3c464bc2122e38b9cb2741d4 Mon Sep 17 00:00:00 2001 From: Malix Date: Sat, 10 Aug 2024 00:05:22 +0200 Subject: [PATCH] Update: Image Builder - osbuild --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68eed1e..9fd55f6 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Most of us will not use these tools directly, but useful for developers: - [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. - [Endless OSTree Builder](https://github.com/dbnicholson/deb-ostree-builder) - Stripped down Endless ostree builder for Debian -- [osbuilder](https://www.osbuild.org/) - Build-Pipelines for Operating System Artifacts +- [Image Builder - osbuild](https://www.osbuild.org/) - Build Infrastructure for Operating Systems - [How to: Image Builder + OSTree + Anaconda](https://www.osbuild.org/news/2020-06-01-how-to-ostree-anaconda.html) - [osbuild user guide](https://www.osbuild.org/guides/user-guide/user-guide.html) - [ABRoot](https://github.com/Vanilla-OS/ABRoot) - A utility which provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.