name="Format",
section="Output",
parse=config_make_enum_parser(OutputFormat),
+ match=config_make_enum_matcher(OutputFormat),
default=OutputFormat.disk,
choices=OutputFormat.values(),
help="Output Format",
: Matches against the configured value for the `Bootable=` feature. Takes a boolean value or `auto`.
+`Format=`
+
+: Matches against the configured value for the `Format=` option. Takes
+ an output format (see the `Format=` option).
+
| Matcher | Globs | Rich Comparisons | Default |
|-----------------|-------|------------------|-------------------------|
| `Distribution=` | no | no | match host distribution |
| `ImageId=` | yes | no | match fails |
| `ImageVersion=` | no | yes | match fails |
| `Bootable=` | no | no | match auto feature |
+| `Format=` | no | no | match default format |
### [Preset] Section