From c348411be1781452ce56e32fafbce6272366bdf0 Mon Sep 17 00:00:00 2001 From: Malix Date: Fri, 9 Aug 2024 23:57:52 +0200 Subject: [PATCH] Deprecate: Endless OSTree Builder (EOB) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d5ba147..f82a889 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ Most of us will not use these tools directly, but useful for developers: - [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. -- [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 - [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)