]> 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>
Wed, 25 Feb 2026 23:43:56 +0000 (23:43 +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

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

index 55d7b1d9045dbe0072e4ce45ce642676c1dea98b..b3fd0836597cf05f134b1205be2bd246356eef7e 100644 (file)
@@ -12,3 +12,4 @@ Packages=
         git-core
         ?exact-name(libclang-rt-dev)
         dpkg-dev
+        mount