projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e505883
)
mkosi: Disable scratch device by default
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 5 Jun 2024 15:51:57 +0000
(17:51 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 5 Jun 2024 16:59:41 +0000
(18:59 +0200)
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
patch
|
blob
|
history
diff --git
a/mkosi.conf
b/mkosi.conf
index 1c552a269e02bff18bef6767411b018e19a68fa1..e5f9b4e7e8f5461dbabcb74d5edefffcb612fe8e 100644
(file)
--- 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