Lines Matching +full:- +full:- +full:build +full:- +full:root
1 SQUASHFS 4.1 - A squashed read-only filesystem for Linux
3 Copyright 2002-2010 Phillip Lougher <phillip@lougher.demon.co.uk>
10 New features in Squashfs-tools 4.1
11 ----------------------------------
18 ------------
25 ----------------------------
34 5. Inline and out-of-line xattr values supported for higher performance
36 de-duplication.
51 ------------------------
58 ----------------------
60 -comp <comp>
64 The compression algorithms supported by the build of Mksquashfs can be
73 The default compression used when -comp isn't specified on the command line
76 -no-xattrs
79 -xattrs
83 storage is build time selectable. The Mksquashfs help message indicates
86 -no-xattrs don't store extended attributes
87 -xattrs store extended attributes (default)
90 by the -no-xattrs option.
92 -no-xattrs don't store extended attributes (default)
93 -xattrs store extended attributes
96 enabled by the -xattrs option.
99 -noX
100 -noXattrCompression
105 ----------------------
107 -n[o-xattrs]
110 -x[attrs]
114 is build time selectable. The Unsquashfs help message indicates whether
117 -no[-xattrs] don't extract xattrs in file system
118 -x[attrs] extract xattrs in file system (default)
122 -no[-xattrs] don't extract xattrs in file system (default)
123 -x[attrs] extract xattrs in file system
129 -----------------------
135 requiring root access.
143 Two Mksquashfs options are supported, -p allows one pseudo file to be specified
144 on the command line, and -pf allows a pseudo file to be specified containing a
148 -----------------
151 --------------------------
162 by running "/bin/sh -c command". The stdout becomes the contents of
168 -----------------------
170 /somedir/dmesg f 444 root root dmesg
175 ----------------------
177 RELEASE f 444 root root \
178 if [ ! -e /tmp/ver ]; then \
184 echo -n `cat /tmp/release`; \
185 echo "-dev #"$ver `date` "Build host" `hostname`
187 Creates a file RELEASE containing the release name, date, build host, and
188 an incrementing version number. The incrementing version is a side-effect
198 --------------------------------------------
200 input f 444 root root dd if=/dev/sda1 bs=1024 count=10
208 ---------------------------------------
215 b - for block devices, and
216 c - for character devices
224 /dev/chr_dev c 666 root root 100 1
228 a block device "/dev/blk_dev" with major:minor 200:200, both with root
229 uid/gid and a mode of rw-rw-rw.
232 -----------------------
244 /pseudo_dir d 666 root root
246 creates a directory "/pseudo_dir" with root uid/gid and mode of rw-rw-rw.
249 -------------------------------------------
261 dmesg m 666 root root
264 root uid/gid and a mode of rw-rw-rw, overriding the attributes obtained