]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Clarify that mkosi.images is not picked up in mkosi.conf.d
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Oct 2025 08:22:34 +0000 (10:22 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 24 Oct 2025 09:21:12 +0000 (11:21 +0200)
Fixes #3978

mkosi/resources/man/mkosi.1.md

index 58e28f70f7030a2823fdba9e6f957228ed188e7a..dba958e5848179f67e1a87f5d07575b7a745972e 100644 (file)
@@ -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.