From: Daan De Meyer Date: Fri, 24 Oct 2025 08:22:34 +0000 (+0200) Subject: Clarify that mkosi.images is not picked up in mkosi.conf.d X-Git-Tag: v26~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa6eac65c070da538eae2f93cdec4da563af110;p=thirdparty%2Fmkosi.git Clarify that mkosi.images is not picked up in mkosi.conf.d Fixes #3978 --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 58e28f70f..dba958e58 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -374,7 +374,9 @@ Configuration is parsed in the following order: * `mkosi.conf.d/` is parsed in the same directory as `mkosi.conf` if it exists. Each directory and each file with the `.conf` extension in `mkosi.conf.d/` is parsed. Any directory in `mkosi.conf.d` is parsed - as if it were a regular top level directory. + as if it were a regular top level directory, except for `mkosi.images/` + and `mkosi.tools.conf`, which are only picked up in the top level + directory. * If any profiles are configured, their configuration is parsed from the `mkosi.profiles/` directory. * Subimages are parsed from the `mkosi.images/` directory if it exists.