]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention the option of a multi-call binary package
authorPádraig Brady <P@draigBrady.com>
Sat, 25 Jul 2026 11:43:21 +0000 (12:43 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 25 Jul 2026 11:43:21 +0000 (12:43 +0100)
* PACKAGING: Mention the feature, and reference Fedora's
implementation details.

PACKAGING

index f7af607b7048ad76d07754438a36769020bcc012..05c64dc49908e834a3d03c3b17813ead73e04ece 100644 (file)
--- 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