diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 8022432af..e0a6ef1b8 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -1235,12 +1235,6 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, If set to `default`, **mkosi** will automatically add an extra tools tree image and use it as the tools tree. - Note that **mkosi** will only build a single default tools tree per build, - even if multiple images are defined in `mkosi.images` with - `ToolsTree=default`. The settings of the "last" image will apply to - the default tools tree (usually the image defined last in - mkosi.images and without any dependencies on other images). - The following table shows for which distributions default tools tree packages are defined and which packages are included in those default tools trees: diff --git a/mkosi/resources/man/mkosi.news.7.md b/mkosi/resources/man/mkosi.news.7.md index 220a3ccdf..fc2708b1a 100644 --- a/mkosi/resources/man/mkosi.news.7.md +++ b/mkosi/resources/man/mkosi.news.7.md @@ -164,6 +164,11 @@ keys enrolled will be extended to include a `MokList` entry that trusts the certificate configured with `SecureBootCertificate=` and passed to `qemu`. +- We now use `mkosi.pkgcache` as the package cache directory if the + directory exists. +- `BuildSourcesEphemeral=` learned a new variant `buildcache` in which + case the overlay will be cached in the build directory configured with + `BuildDirectory=`. ## v24