• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching +full:squashfs +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>
7 Welcome to Squashfs 4.1. This is a tools only release, support for Squashfs
10 New features in Squashfs-tools 4.1
11 ----------------------------------
18 ------------
25 ----------------------------
27 Squashfs file systems now have extended attribute support. The
34 5. Inline and out-of-line xattr values supported for higher performance
36 de-duplication.
51 ------------------------
53 Squashfs now supports LZMA and LZO compression.
58 ----------------------
60 -comp <comp>
73 The default compression used when -comp isn't specified on the command line
76 -no-xattrs
79 -xattrs
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]
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 -----------------------
132 and block devices to be specified and added to the Squashfs filesystem being
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`
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
204 Squashfs filesystem, the above allows input from these special files to be
205 captured and placed in the Squashfs filesystem.
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