diff options
Diffstat (limited to 'bin/gensquashfs/gensquashfs.1')
-rw-r--r-- | bin/gensquashfs/gensquashfs.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/gensquashfs/gensquashfs.1 b/bin/gensquashfs/gensquashfs.1 index 88f58c4..5b53bcd 100644 --- a/bin/gensquashfs/gensquashfs.1 +++ b/bin/gensquashfs/gensquashfs.1 @@ -106,6 +106,11 @@ Generate an export table for NFS support. Do not perform tail end packing on files that are larger than the specified block size. .TP +\fB\-\-no\-hard\-links\fR, \fB\-H\fR +Do not perform hard link detection when scanning directories. By default, +gensquashfs records device and inode numbers to find hard links in the input +directory hierarchy. +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP @@ -206,6 +211,7 @@ T} \-xdev;Do not cross mount points during a recursive glob. \-mount;An alias for \fB\-xdev\fR \-keeptime;Use the time stamps from the scanned files. +\-nohardlinks;Do not perform hard link detection. \-nonrecursive;T{ Do not descend into directories. |