From: Luca Boccassi Date: Wed, 25 Feb 2026 23:12:28 +0000 (+0000) Subject: mkosi: explicitly add mount package to build image X-Git-Tag: v257.11~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07a2c64e0daa0e82f041180c52c993ee97388288;p=thirdparty%2Fsystemd.git mkosi: explicitly add mount package to build image Some dependency changed in testing and it's not pulled in anymore: ‣ Running build script /home/runner/work/systemd/systemd/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.build.chroot… /work/build-script: line 35: mount: command not found ‣ /work/build-script failed with non-zero exit code 127 ‣ (Maybe a program was not found or the script interpreter (e.g. bash) is not installed?) FAILED: [code=127] mkosi (cherry picked from commit e27f740ba8c19db51de4a314d4afda4051631fde) (cherry picked from commit c199f81d277ac782c421a2cd9d4aecbebf4a61fa) (cherry picked from commit 939bad3bca786890981dec13c938c7d11904c79f) --- diff --git a/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf b/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf index 240f357b989..bb4d7a73be0 100644 --- a/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf +++ b/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf @@ -15,3 +15,4 @@ Packages= git-core ?exact-name(libclang-rt-dev) dpkg-dev + mount