diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gensquashfs.1 | 5 | ||||
-rw-r--r-- | doc/tar2sqfs.1 | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index a880453..d7b78a1 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -37,6 +37,11 @@ Defaults to 131072. Device block size to padd the image to. Defaults to 4096. .TP +\fB\-\-keep\-time\fR, \fB\-k\fR +Whe using \fB\-\-pack\-dir\fR only, use the timestamps from the input files +instead of setting defaults on all input paths. The root inode and the +modification time on the SquashFS image itself will still be set to defaults. +.TP \fB\-\-defaults\fR, \fB\-d\fR <options> A comma seperated list of default values for implicitly created directories. diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 8c7d20d..a6646c6 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -31,6 +31,11 @@ Defaults to 131072. Device block size to padd the image to. Defaults to 4096. .TP +\fB\-\-keep\-time\fR, \fB\-k\fR +Keep the same time stamps stored in the tar archive for the SquashFS instead of +setting defaults on all files. The root inode and the modification time on the +SquashFS image itself will still be set to defaults. +.TP \fB\-\-defaults\fR, \fB\-d\fR <options> A comma seperated list of default values for implicitly created directories. |