From d5eb732724b22adca886c6e10941881b42b47c65 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 25 Sep 2025 13:41:58 +0100 Subject: [PATCH] mkosi: pull in bsdutils for script, used by various integration tests 4971s TEST-74-AUX-UTILS.sh[1212]: + script -ec 'networkctl edit --runtime "$NETWORK_NAME"' /dev/null 4971s TEST-74-AUX-UTILS.sh[1269]: .//usr/lib/systemd/tests/testdata/units/TEST-74-AUX-UTILS.networkctl.sh: line 55: script: command not found Currently works due to a transitive dependency somewhere else that is being dropped, pull it in directly given the tool is used by the tests --- mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf b/mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf index c9836d487d2..694b8a51658 100644 --- a/mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf +++ b/mkosi/mkosi.conf.d/debian-ubuntu/mkosi.conf @@ -37,6 +37,7 @@ Packages= btrfs-progs apt bind9-dnsutils + bsdutils cryptsetup-bin dbus-broker dbus-user-session