From: Joerg Behrmann Date: Tue, 25 Apr 2023 13:21:09 +0000 (+0200) Subject: doc: add a table which match supports what X-Git-Tag: v15~198^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1508%2Fhead;p=thirdparty%2Fmkosi.git doc: add a table which match supports what --- 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`