man/checkout: document missing options
Document missing options in the ostree checkout man page. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
This commit is contained in:
parent
832ca09891
commit
38aa912a0e
|
|
@ -108,6 +108,14 @@ Boston, MA 02111-1307, USA.
|
||||||
directories. Requires <literal>-H</literal>.</para></listitem>
|
directories. Requires <literal>-H</literal>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--whiteouts</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Process whiteout files (Docker style).
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--allow-noent</option></term>
|
<term><option>--allow-noent</option></term>
|
||||||
|
|
||||||
|
|
@ -131,6 +139,69 @@ Boston, MA 02111-1307, USA.
|
||||||
Process many checkouts from input file.
|
Process many checkouts from input file.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--fsync</option>="POLICY"</term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
POLICY is a boolean which specifies whether fsync should be
|
||||||
|
used or not. Default to true.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--require-hardlinks</option>,
|
||||||
|
<option>-H</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Do not fall back to full copies if hardlinking fails.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--force-copy-zerosized</option>,
|
||||||
|
<option>-z</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Do not hardlink zero-sized files.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--force-copy</option>, <option>-C</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Never hardlink (but may reflink if available).
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--bareuseronly-dirs</option>,
|
||||||
|
<option>-M</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Suppress mode bits outside of 0775 for directories (suid,
|
||||||
|
world writable, etc.).
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--skip-list</option>="FILE"</term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Skip checking out the absolute file paths listed in FILE,
|
||||||
|
one per line.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--selinux-policy</option></term>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Set SELinux labels based on policy in root filesystem PATH
|
||||||
|
(may be /). This implies <literal>--force-copy</literal>.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue