man/ostree.repo-config.xml: add docs for bls-append-except-default key

Relevant: https://github.com/coreos/fedora-coreos-tracker/issues/134
This commit is contained in:
Saqib Ali 2022-05-11 10:54:42 -04:00
parent 326d89752a
commit 248b2936ac

View File

@ -404,6 +404,17 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
</listitem>
</varlistentry>
<varlistentry>
<term><varname>bls-append-except-default</varname></term>
<listitem><para>A semicolon seperated string list of key-value pairs. For example:
<literal>bls-append-except-default=key1=value1;key2=value2</literal>. These key-value
pairs will be injected into the generated BLS fragments of the non-default deployments.
In other words, the BLS fragment of the default deployment will be unaffected by
<literal>bls-append-except-default</literal>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>