Lines Matching +full:squashfs +full:- +full:root
4 # character and block devices to be specified and added to the Squashfs
9 # requiring root access.
17 # Two Mksquashfs options are supported, -p allows one pseudo file to be
18 # specified #on the command line, and -pf allows a pseudo file to be specified
22 # Run mkquashfs . /tmp/img -pf pseudo-file.examples
28 dmesg f 444 root root dmesg
32 # an incrementing version number. The incrementing version is a side-effect
35 RELEASE f 444 root root \
36 if [ ! -e /tmp/ver ]; then \
42 echo -n "release x.x"; \
43 echo "-dev #"$ver `date` "Build host" `hostname`
48 # within the Squashfs filesystem, this allows input from these special
49 # files to be captured and placed in the Squashfs filesystem.
50 input f 444 root root dd if=/dev/sda1 bs=1024 count=10
56 # a block device "blk_dev" with major:minor 200:200, both with root
57 # uid/gid and a mode of rw-rw-rw.
58 chr_dev c 666 root root 100 1
64 # create a directory "pseudo_dir" with root uid/gid and mode of r--r--r--.
65 pseudo_dir d 444 root root
71 # root uid/gid and a mode of rw-rw-rw, overriding the attributes obtained
73 INSTALL m 666 root root