From: Daan De Meyer Date: Wed, 5 Jun 2024 15:51:57 +0000 (+0200) Subject: mkosi: Disable scratch device by default X-Git-Tag: v256-rc4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a743cacd7b797cf0762f17f553a49080f2d76f49;p=thirdparty%2Fsystemd.git 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. --- 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