summaryrefslogtreecommitdiffstats
path: root/mkosi.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-05 17:51:57 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-05 18:59:41 +0200
commita743cacd7b797cf0762f17f553a49080f2d76f49 (patch)
treec63ce3bdf2c09081c55c8248d9fdbe557b5e43a5 /mkosi.conf
parentMerge pull request #33197 from poettering/cryptsetup-fallback-tweak (diff)
downloadsystemd-a743cacd7b797cf0762f17f553a49080f2d76f49.tar.xz
systemd-a743cacd7b797cf0762f17f553a49080f2d76f49.zip
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r--mkosi.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf b/mkosi.conf
index 1c552a269e..e5f9b4e7e8 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