|
1 | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. |
2 | | -.TH MKSQUASHFS "1" "October 2025" "mksquashfs version 4.7.2-100f570" "User Commands" |
| 2 | +.TH MKSQUASHFS "1" "November 2025" "mksquashfs version 4.7.3" "User Commands" |
3 | 3 | .SH NAME |
4 | 4 | mksquashfs - tool to create and append to squashfs filesystems |
5 | 5 | .SH SYNOPSIS |
@@ -295,7 +295,7 @@ allow tar files to be concatenated together and fed to Mksquashfs. Normally a t |
295 | 295 | .SS "Expert options (these may make the filesystem unmountable):" |
296 | 296 | .TP |
297 | 297 | \fB\-stream\fR |
298 | | -output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and the development Unsquashfs can read streamed unfixed up filesystems directly. Use \- for the output FILESYSTEM on the command line. Duplicate detection is disabled using the \fB\-stream\fR option. |
| 298 | +output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and Unsquashfs 4.7.3 can read streamed unfixed up filesystems directly. Use \- for the output FILESYSTEM on the command line. Duplicate detection is disabled using the \fB\-stream\fR option. |
299 | 299 | .TP |
300 | 300 | \fB\-fix\fR FILESYSTEM |
301 | 301 | fix FILESYSTEM generated using the \fB\-stream\fR option. |
@@ -650,6 +650,10 @@ GNU General Public License for more details. |
650 | 650 | .SH "SEE ALSO" |
651 | 651 | unsquashfs(1), sqfstar(1), sqfscat(1) |
652 | 652 | .PP |
653 | | -The README for the Squashfs\-tools 4.7.2 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2/README |
| 653 | +The README for the Squashfs\-tools 4.7.3 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/README.md |
654 | 654 | .PP |
655 | | -The Squashfs\-tools USAGE guides and other documentation can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2 |
| 655 | +The MKSQUASHFS usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-MKSQUASHFS.md |
| 656 | +.PP |
| 657 | +The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md |
| 658 | +.PP |
| 659 | +The ACTIONS\-README for the actions subsystem can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/ACTIONS\-README.md |
0 commit comments