From f0feff731c68bb508f1bae592996e45f0cc8df51 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 21 Nov 2025 10:07:38 +0900 Subject: [PATCH] mkosi: RuntimeScratch=/--runtime-scratch= are deprecated See https://github.com/systemd/mkosi/commit/054d0690b08afa6163b53ad2dca0e1374e9069f7 --- mkosi/mkosi.conf | 1 - test/integration-tests/integration-test-wrapper.py | 1 - 2 files changed, 2 deletions(-) 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, -- 2.47.3