From c87095a1ee9f724cf8f1d882cc2ca52feaeba0c9 Mon Sep 17 00:00:00 2001 From: Joerg Behrmann Date: Tue, 25 Apr 2023 15:21:09 +0200 Subject: [PATCH] doc: add a table which match supports what --- mkosi.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkosi.md b/mkosi.md index 86830e5a4..8cfa69608 100644 --- 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` -- 2.47.2