]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Mention backward compat break regarding overrides in man page
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 24 Aug 2023 11:37:20 +0000 (13:37 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 24 Aug 2023 11:39:03 +0000 (13:39 +0200)
mkosi/resources/mkosi.md

index bfb23765d509bf15e5165942bbcb751dacd1105f..9d2710ebce9261a2c69c0686c1089e51b58dce02 100644 (file)
@@ -266,6 +266,11 @@ Configuration is parsed in the following order:
 * Any default paths (depending on the option) are configured if the
   corresponding path exists.
 
+Note that if the same setting is configured twice, the later assignment
+overrides the earlier assignment unless the setting is a list based
+setting. Also note that before v16, we used to do the opposite, where
+the earlier assignment would be used instead of later assignments.
+
 Settings that take a list of values are merged by appending the new
 values to the previously configured values. If a list setting is set to
 the empty list, all previously assigned values are cleared.