~ubuntu-branches/ubuntu/quantal/squashfs-tools/quantal

« back to all changes in this revision

Viewing changes to debian/manpages/mksquashfs.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-05-24 19:00:31 UTC
  • mfrom: (4.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110524190031-d073iou6bqusmt19
Tags: 1:4.2-3
* Updating standards version to 3.9.2.
* Correcting two typos in the manpages, thanks to Yury V. Zaytsev
  <yury@shurup.com> (Closes: #627401).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
\fBmksquashfs\fR \fISOURCE\fR [\fISOURCE2\fR \fI...\fR] \fIDESTINATION\fR [\fIOPTIONS\fR]
8
8
 
9
9
.SH DESCRIPTION
10
 
Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
 
10
Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
11
11
.PP
12
12
Squashfs is intended for general read\-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.
13
13
 
27
27
.IP "\-force\-uid uid" 4
28
28
set all file uids to uid.
29
29
.IP "\-fragment\-queue \fIsize\fR" 4
30
 
Set fagment queue to \fIsize\fR Mbytes. Default 64 Mbytes.
 
30
Set fragment queue to \fIsize\fR Mbytes. Default 64 Mbytes.
31
31
.IP "\-info" 4
32
32
print files written to filesystem.
33
33
.IP "\-keep\-as\-directory" 4
79
79
.IP "\-sort \fIsort_file\fR" 4
80
80
sort files according to priorities in \fIsort_file\fR. One file or dir with priority per line. Priority \-32768 to 32767, default priority 0.
81
81
.IP "\-version" 4
82
 
print version, licence and copyright message.
 
82
print version, license and copyright message.
83
83
.IP "\-wildcards" 4
84
84
Allow extended shell wildcards (globbing) to be used in exclude dirs/files.
85
85
.IP "\-write\-queue \fIsize\fR" 4