]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: explicitly add mount package to build image
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Feb 2026 23:12:28 +0000 (23:12 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 21:57:05 +0000 (21:57 +0000)
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)

mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf

index 240f357b989d90ccc0b1277405c101d98ee6ffdf..bb4d7a73be0fc58b328a8ddea842021ffe4730ca 100644 (file)
@@ -15,3 +15,4 @@ Packages=
         git-core
         ?exact-name(libclang-rt-dev)
         dpkg-dev
+        mount