format is one of `disk` or `directory` and the architecture is one of
`x86-64` or `arm64`:
-```conf
+```ini
[Match]
Format=|disk
Format=|directory
the release is `bookworm` or if the distribution is `ubuntu` and the
release is `focal`.
-```conf
+```ini
[TriggerMatch]
Distribution=debian
Release=bookworm
packages that provides `/usr/bin/ld`, the packages in the *Development Tools*
group, and the package that contains the `mypy` python module.
- ```conf
+ ```ini
Packages=meson
libfdisk-devel.i686
git-*
local package located at `../my-packages/abc.rpm` relative to the mkosi
working directory, then we'd be able to install it as follows:
- ```conf
+ ```ini
BuildSources=../my-packages:my-packages-in-sandbox
Packages=my-packages-in-sandbox/abc.rpm
```
**Example usage:**
- ```conf
+ ```ini
[Host]
QemuDrives=btrfs:10G
ext4:20G
satisfied if any of the configured build sources uses this target
path. For example, if we have a `mkosi.conf` file containing:
- ```conf
+ ```ini
[Content]
BuildSources=../abc/qed:kernel
```
and a drop-in containing:
- ```conf
+ ```ini
[Match]
BuildSources=kernel
```