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 /docs/HACKING.md | |
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 'docs/HACKING.md')
-rw-r--r-- | docs/HACKING.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index 6680ebc91f..5c4c665616 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -57,12 +57,7 @@ $ mkosi qemu ``` Every time you rerun the `mkosi` command a fresh image is built, incorporating -all current changes you made to the project tree. To save time when rebuilding, -you can use mkosi's incremental mode (`-i`). This instructs mkosi to build a set -of cache images that make future builds a lot faster. Note that the `-i` flag -both instructs mkosi to build cached images if they don't exist yet and to use -cached images if they already exist so make sure to always specify `-i` if you -want mkosi to use the cached images. +all current changes you made to the project tree. If you want to do a local build without mkosi, most distributions also provide very simple and convenient ways to install all development packages necessary |