mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
prepare-root: Fix composefs docs
In practice in ostree-sysroot-deploy.c we only react to having `composefs = yes`; the docs mention `maybe` but that never did anything. The value is wrong in the code too, but I'm not touching that here to avoid conflating changes - the main thing to fix is the docs because here `maybe == no`. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
ab8a7f7855
commit
f3fdf2e3f6
@ -137,11 +137,11 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><varname>composefs.enabled</varname></term>
|
||||
<listitem><para>This can be <literal>yes</literal>, <literal>no</literal>. <literal>maybe</literal> or
|
||||
<literal>signed</literal>. The default is <literal>maybe</literal>. If set to <literal>yes</literal> or
|
||||
<listitem><para>This can be <literal>yes</literal>, <literal>no</literal>, <literal>maybe</literal>,
|
||||
or <literal>signed</literal>. The default is <literal>no</literal>. If set to <literal>yes</literal> or
|
||||
<literal>signed</literal>, then composefs is always used, and the boot fails if it is not
|
||||
available. Additionally if set to <literal>signed</literal>, boot will fail if the image cannot be
|
||||
validated by a public key. If set to <literal>maybe</literal>, then composefs is used if supported.
|
||||
validated by a public key. Setting this to <literal>maybe</literal> is currently equivalent to <literal>no</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user