diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index b0a86f21..f36f8458 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -13,6 +13,7 @@ sosreport \- Collect and package diagnostic and support data [--batch] [--build] [--debug]\fR [--name name] [--case-id id] [--ticket-number nr] [-s|--sysroot]\fR + [-c|--chroot {auto|always|never}\fR [--tmp-dir directory]\fR [-p|--profile profile-name]\fR [--list-profiles]\fR @@ -77,6 +78,13 @@ Specify alternate configuration file. Specify an alternate root file system path. Useful for collecting reports from containers and images. .TP +.B \-c, \--chroot {auto|always|never} +Set the chroot mode. When \--sysroot is used commands default to +executing with SYSROOT as the root directory (unless disabled by +a specific plugin). This can be overriden by setting \--chroot to +"always" (alwyas chroot) or "never" (always run in the host +namespace). +.TP .B \--tmp-dir DIRECTORY Specify alternate temporary directory to copy data as well as the compressed report. |