From: Pádraig Brady
Date: Sat, 25 Jul 2026 11:43:21 +0000 (+0100) Subject: doc: mention the option of a multi-call binary package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79a9f36d8b697ac1a431074576549cf16276240;p=thirdparty%2Fcoreutils.git doc: mention the option of a multi-call binary package * PACKAGING: Mention the feature, and reference Fedora's implementation details. --- diff --git a/PACKAGING b/PACKAGING index f7af607b70..05c64dc499 100644 --- a/PACKAGING +++ b/PACKAGING @@ -17,3 +17,16 @@ the installed files be split into two packages: Dependencies: requires libsystemd. Reference: https://bugs.debian.org/1142500 + + +Coreutils can be built as a single multi-call binary, +with links from the various utilities to this binary, +resulting in a smaller storage footprint. E.g., on Fedora +this provides an alternative package about 1.2MB in size. + + coreutils-single + Contents: Programs linked to a single binary + Audience: Embedded systems, Minimal images. + Dependencies: Optionally no GMP or OpenSSL. + +Reference: https://www.pixelbeat.org/docs/conflicting-rpms.html