From 2a05bf5bc660bfebb35e42f1f8a0c0ac56e0f9d9 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 21 Jul 2019 20:22:04 +0200 Subject: Implement generating an inode table for NFS export Signed-off-by: David Oberhollenzer --- doc/gensquashfs.1 | 3 +++ doc/tar2sqfs.1 | 3 +++ 2 files changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index c52ce70..a880453 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -61,6 +61,9 @@ mtime=;0 If built with SELinux support, use the given SELinux label file to add context labels to the elements packed into the SquashFS image. .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 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 -- cgit v1.2.3