From: Daan De Meyer Date: Thu, 5 Feb 2026 12:10:35 +0000 (+0100) Subject: mkosi: update mkosi ref to 14d2d37a1923c03062f55454b2b61d0c64db6238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c0a25a21ee586b9aa7fdcb442167f67c4025fb;p=thirdparty%2Fsystemd.git mkosi: update mkosi ref to 14d2d37a1923c03062f55454b2b61d0c64db6238 * 14d2d37a19 sandbox: Make sure we're dumpable before writing uidmap files * 215a9497cc fedora: Use N-1 key as well when querying rawhide GPG key * 842a37ed6c Add MakeScriptsExecutable= setting to optionally try to make scripts executable before bailing out * 814f2004bb build(deps): bump github/codeql-action from 4.31.9 to 4.32.0 * d8f4f628bf build(deps): bump actions/checkout from 6.0.1 to 6.0.2 * 3e55361142 docs: remove superfluous definition colon * 5901524c48 mkosi-tools: add libarchive-tools package. * 968392f1b9 docs: Add information about gui mkosi-tools profile * 0e2960c245 Add missing call to run_locale_gen() * 41cd2067bc rpm: Set pkgverify_level to digest * 86fe0f448a dnf: Give advanced users some control over plugins * 50a1feee52 run: Improve sandbox command logging * b1dffe1c3c Fix environment variable name for systemd-repart * 07726068d9 Allow specifying "default" value for Initrds= * 704f163ec0 Allow setting PORTABLE_PREFIXES= via Environment= * e6588afb45 opensuse: More GPG key handling fixes * c367f993dd opensuse: Fetch remote keys as well if RepositoryKeyFetch= is enabled * 31852c9314 ci: Use mkosi box for unit test CI as well * e4229f5bf5 Make sure we pass the right context to finalize_default_initrd() * 9b431b783a tools: don't pull in virtiofsd in bookworm tools trees * ae2d88d463 build(deps): bump github/codeql-action from 4.31.6 to 4.31.9 * 933401a8b6 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 * 6bfeb4ac86 opensuse: Import GPG keys for all repositories * 9829b9136f Add support for locale-gen * 63ae86ec04 nixos: Use repository key fetching by default on nixos * f01ca9904b docs: Reword dependencies vs tools tree requirement a bit * ab47ba25ef docs: Minor correction on enabling unprivileged namespaces * 7bd46a417e docs: Update unprivileged user namespace docs --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cebf183af47..4b5e6fe759a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14 + - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2cfb3dd182f..c20aceeda92 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false - - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14 + - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238 - name: Check that tabs are not used in Python code run: sh -c '! git grep -P "\\t" -- src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 0cd3a565f9b..4b4c0f00c14 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -167,7 +167,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14 + - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 8d77a78cba5..a52f3be22f4 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14 +MinimumVersion=commit:14d2d37a1923c03062f55454b2b61d0c64db6238 Dependencies= initrd minimal-base