diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 02:48:38 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 02:48:38 +0200 |
commit | 7e77d17e005ef85142aaec37a730825d27500d15 (patch) | |
tree | 4c1c4f776ccec5678253b717a3ff5829f754e481 /doc | |
parent | 69529ef26159748011ef27cddc17aa78a2ac8f3e (diff) |
Add filesystem defaults option to tar2sqfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tar2sqfs.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index ef9511b..39e62f4 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -23,6 +23,26 @@ and the default selection. A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP +\fB\-\-defaults\fR, \fB\-d\fR <options> +A comma seperated list of default values for +implicitly created directories. +The following values can be set: +.TS +tab(;) allbox; +l l +l l +l l +l l +l l +rd. +\fBOption\fR;\fBDefault\fR +uid=<value>;0 +gid=<value>;0 +mode=<value>;0755 +mtime=<value>;0 +.TE +.TP +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP |