From a19c21abf4c9c315f88c1e7ef603dd54fe618506 Mon Sep 17 00:00:00 2001 From: "maia x." Date: Tue, 17 Dec 2024 14:24:02 -0800 Subject: [PATCH] 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. --- mkosi/mkosi.images/minimal-base/mkosi.conf | 1 + 1 file changed, 1 insertion(+) 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] -- 2.47.3