]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: add socat to minimal-0/1 images
authormaia x. <maia+git@quatern.org>
Tue, 17 Dec 2024 22:24:02 +0000 (14:24 -0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 14 May 2025 14:13:28 +0000 (15:13 +0100)
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

index be80db6cc196e6422ee048884c8b540f78900d9e..0a5f342c9e68a40177efb43e1cc275abf9b0193b 100644 (file)
@@ -16,6 +16,7 @@ Packages=
         bash
         coreutils
         grep
+        socat
         util-linux
 
 [Include]