diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2020-10-09 12:13:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-04-28 10:55:55 +0200 |
commit | cbcdcaaa0ec5eccfe90e51391f9b8d027c555abf (patch) | |
tree | bf90d6e2676618af479fdaca49fa7bd3affd620e /docs | |
parent | 192a9d95ea3e058afd824d38a9cea16ad0a84a57 (diff) | |
download | systemd-cbcdcaaa0ec5eccfe90e51391f9b8d027c555abf.tar.gz |
Add support for conditions on the machines firmware
This allows to limit units to machines that run on a certain firmware
type. For device tree defined machines checking against the machine's
compatible is also possible.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 9fa856ec21..070ad5a285 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -68,6 +68,7 @@ Most generic unit settings are available for transient units. ✓ ConditionKernelCommandLine= ✓ ConditionKernelVersion= ✓ ConditionArchitecture= +✓ ConditionFirmware= ✓ ConditionVirtualization= ✓ ConditionSecurity= ✓ ConditionCapability= |