diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-21 20:22:04 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-21 20:22:04 +0200 |
commit | 2a05bf5bc660bfebb35e42f1f8a0c0ac56e0f9d9 (patch) | |
tree | 07492d6744db580ba487503a7a4572d4a92ae0c1 /doc/tar2sqfs.1 | |
parent | 80cc3970e97ec71b5e645ca5132bebf115423fb2 (diff) |
Implement generating an inode table for NFS export
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/tar2sqfs.1')
-rw-r--r-- | doc/tar2sqfs.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 3279794..8c7d20d 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -58,6 +58,9 @@ extended attributes and skip the ones that cannot be encoded in SquashFS. \fB\-\-no\-skip\fR, \fB\-s\fR Abort if a tar record cannot be read instead of skipping it. .TP +\fB\-\-exportable\fR, \fB\-e\fR +Generate an export table for NFS support. +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP |