Skip to content

Commit 20ebd3f

Browse files
authored
Merge pull request #3334 from cgwalters/fix-composefs-default-docs
prepare-root: Fix composefs docs
2 parents 5a26234 + f3fdf2e commit 20ebd3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/ostree-prepare-root.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
137137
</varlistentry>
138138
<varlistentry>
139139
<term><varname>composefs.enabled</varname></term>
140-
<listitem><para>This can be <literal>yes</literal>, <literal>no</literal>. <literal>maybe</literal> or
141-
<literal>signed</literal>. The default is <literal>maybe</literal>. If set to <literal>yes</literal> or
140+
<listitem><para>This can be <literal>yes</literal>, <literal>no</literal>, <literal>maybe</literal>,
141+
or <literal>signed</literal>. The default is <literal>no</literal>. If set to <literal>yes</literal> or
142142
<literal>signed</literal>, then composefs is always used, and the boot fails if it is not
143143
available. Additionally if set to <literal>signed</literal>, boot will fail if the image cannot be
144-
validated by a public key. If set to <literal>maybe</literal>, then composefs is used if supported.
144+
validated by a public key. Setting this to <literal>maybe</literal> is currently equivalent to <literal>no</literal>.
145145
</para></listitem>
146146
</varlistentry>
147147
<varlistentry>

0 commit comments

Comments
 (0)