diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-06-29 13:35:03 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-29 14:11:39 +0200 |
commit | 2fe24cccdec69a4d10691ab24e82b02002a04516 (patch) | |
tree | 83a0decd5bf75ca6bfcd6c3667bf442bf31eb2af /mkosi.conf.d | |
parent | test: use correct path for systemd-battery-check (diff) | |
download | systemd-2fe24cccdec69a4d10691ab24e82b02002a04516.tar.xz systemd-2fe24cccdec69a4d10691ab24e82b02002a04516.zip |
mkosi: Enable Incremental= mode by default
Since mkosi is now smart enough to drop the caches when the list of
packages changes, let's enable Incremental= mode by default to ensure
a good experience for anyone new to hacking on systemd with mkosi.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 7cc3e8c4eb..8fe77e8fbe 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -12,6 +12,7 @@ BuildDirectory=mkosi.builddir CacheDirectory=mkosi.cache [Host] +Incremental=yes QemuMem=2G ExtraSearchPaths=build/ # Make sure we don't trigger systemd-firstboot prompting for the root password. |