diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-01 21:48:12 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-01 21:50:49 +0200 |
commit | eddb62072f4d4d2402d520e5041d9677fa6efdff (patch) | |
tree | bfbde95d8b0e825de8fdd92d597ba226f67813b5 /doc/rdsquashfs.1 | |
parent | 0b79e0cad88fe6494c1d5af9a5e990b491170d11 (diff) |
Add flag to rdsquashfs to optionally set xattrs on unpacked files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/rdsquashfs.1')
-rw-r--r-- | doc/rdsquashfs.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rdsquashfs.1 b/doc/rdsquashfs.1 index ef2a8c6..c6c9330 100644 --- a/doc/rdsquashfs.1 +++ b/doc/rdsquashfs.1 @@ -65,6 +65,10 @@ empty after applying the above rules. Do not create sparse files. Always unpack sparse files by writing blocks of zeros to disk. .TP +\fB\-\-set\-xattr\fR, \fB\-X\fR +When unpacking files to disk, set the extended attributes from the +SquashFS image. +.TP \fB\-\-chmod\fR, \fB\-C\fR Change permission flags of unpacked files to those store in the SquashFS image. |