From: Yu Watanabe Date: Fri, 21 Nov 2025 01:07:38 +0000 (+0900) Subject: mkosi: RuntimeScratch=/--runtime-scratch= are deprecated X-Git-Tag: v259-rc3~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0feff731c68bb508f1bae592996e45f0cc8df51;p=thirdparty%2Fsystemd.git mkosi: RuntimeScratch=/--runtime-scratch= are deprecated See https://github.com/systemd/mkosi/commit/054d0690b08afa6163b53ad2dca0e1374e9069f7 --- diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 87e0bdbfdaa..4a2b72111b0 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -147,7 +147,6 @@ Credentials= tty.virtual.tty1.agetty.autologin=root tty.virtual.tty1.login.noauth=yes RuntimeBuildSources=yes -RuntimeScratch=no CPUs=2 TPM=yes VSock=yes diff --git a/test/integration-tests/integration-test-wrapper.py b/test/integration-tests/integration-test-wrapper.py index f923c4fbdd5..e39742b453d 100755 --- a/test/integration-tests/integration-test-wrapper.py +++ b/test/integration-tests/integration-test-wrapper.py @@ -584,7 +584,6 @@ def main() -> None: ), '--credential', f'systemd.unit-dropin.{args.unit}={shlex.quote(dropin)}', '--runtime-network=none', - '--runtime-scratch=no', *([f'--qemu-args=-rtc base={rtc}'] if rtc else []), *args.mkosi_args, '--firmware', firmware,