From a743cacd7b797cf0762f17f553a49080f2d76f49 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 5 Jun 2024 17:51:57 +0200 Subject: [PATCH] mkosi: Disable scratch device by default We include scratch space in the rootfs image itself so we don't have need for the scratch device so let's disable it by default. --- mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf b/mkosi.conf index 1c552a269e0..e5f9b4e7e8f 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -47,6 +47,7 @@ KernelCommandLine=systemd.crash_shell Credentials=journal.storage=persistent @Incremental=yes @RuntimeBuildSources=yes +@RuntimeScratch=no @QemuSmp=2 @QemuSwtpm=yes @QemuVsock=yes -- 2.47.3