]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
doc: add a table which match supports what 1508/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 25 Apr 2023 13:21:09 +0000 (15:21 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 25 Apr 2023 13:31:39 +0000 (15:31 +0200)
mkosi.md

index 86830e5a4e2667889229ed9610e10963ec533b22..8cfa696082f0518bc72987a138a75d03ddfe2513 100644 (file)
--- a/mkosi.md
+++ b/mkosi.md
@@ -253,6 +253,14 @@ a boolean argument: either "1", "yes", or "true" to enable, or "0",
   space-separated list. If multiple image version constraints are specified, all
   must be satisfied for the match to succeed.
 
+| Matcher         | Multiple Values | Globs | Rich Comparisons | Default                 |
+|-----------------|-----------------|-------|------------------|-------------------------|
+| `Distribution=` | yes             | no    | no               | match host distribution |
+| `Release=`      | yes             | no    | no               | match host release      |
+| `PathExists=`   | no              | no    | no               | match fails             |
+| `ImageId=`      | yes             | yes   | no               | match fails             |
+| `ImageVersion=` | yes             | no    | yes              | match fails             |
+
 ### [Distribution] Section
 
 `Distribution=`, `--distribution=`, `-d`