From: maia x. Date: Tue, 17 Dec 2024 22:24:02 +0000 (-0800) Subject: mkosi: add socat to minimal-0/1 images X-Git-Tag: v258-rc1~570^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a19c21abf4c9c315f88c1e7ef603dd54fe618506;p=thirdparty%2Fsystemd.git mkosi: add socat to minimal-0/1 images Include 'socat' as part of the tools built with minimal-0/minimal-1 images used for integration testing. This would allow notify-reload services to signal reloading without using the systemd-notify tool and other socket communication test cases. Note that 'ncat', although included in the minimal image, cannot be used because it dies before systemd can figure out the unit it's from. See 67e5622bfe037603e47f38cf02e58d522b3c18f7. --- diff --git a/mkosi/mkosi.images/minimal-base/mkosi.conf b/mkosi/mkosi.images/minimal-base/mkosi.conf index be80db6cc19..0a5f342c9e6 100644 --- a/mkosi/mkosi.images/minimal-base/mkosi.conf +++ b/mkosi/mkosi.images/minimal-base/mkosi.conf @@ -16,6 +16,7 @@ Packages= bash coreutils grep + socat util-linux [Include]