From: Stefan Agner Date: Mon, 8 Jun 2020 13:42:38 +0000 (+0200) Subject: man/checkout: document missing options X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~10^2~21^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=38aa912a0eff7f555ef3cd05c76edc3641c02dac;p=ostree.git man/checkout: document missing options Document missing options in the ostree checkout man page. Signed-off-by: Stefan Agner --- diff --git a/man/ostree-checkout.xml b/man/ostree-checkout.xml index 8ba1c249..3956e34f 100644 --- a/man/ostree-checkout.xml +++ b/man/ostree-checkout.xml @@ -108,6 +108,14 @@ Boston, MA 02111-1307, USA. directories. Requires -H. + + + + + Process whiteout files (Docker style). + + + @@ -131,6 +139,69 @@ Boston, MA 02111-1307, USA. Process many checkouts from input file. + + + ="POLICY" + + + POLICY is a boolean which specifies whether fsync should be + used or not. Default to true. + + + + + , + + + + Do not fall back to full copies if hardlinking fails. + + + + + , + + + + Do not hardlink zero-sized files. + + + + + , + + + Never hardlink (but may reflink if available). + + + + + , + + + + Suppress mode bits outside of 0775 for directories (suid, + world writable, etc.). + + + + + ="FILE" + + + Skip checking out the absolute file paths listed in FILE, + one per line. + + + + + + + + Set SELinux labels based on policy in root filesystem PATH + (may be /). This implies --force-copy. + +