diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-01-26 00:37:32 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-07-08 17:05:21 +0100 |
commit | f4218ff5bab93908ca3d0804c9d837bdfa57f654 (patch) | |
tree | e86755f129ed2fa87a9c34bc51b05960fd3264bb /man/en/sosreport.1 | |
parent | 534eb7fe732ec366292ec582ec2891ef0648ffcb (diff) | |
download | sos-f4218ff5bab93908ca3d0804c9d837bdfa57f654.tar.gz |
[docs] add --chroot to sosreport.1
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man/en/sosreport.1')
-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. |