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:
parent
326d89752a
commit
248b2936ac
|
|
@ -404,6 +404,17 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue