- Code: Select all
mksquashfs: invalid option
SYNTAX:mksquashfs source1 source2 ... dest [options] [-e list of exclude
dirs/files]
Everything was fine after changing /usr/bin/refractasnapshot-gui (line 332) from:
- Code: Select all
mksquashfs myfs/ iso/live/filesystem.squashfs "$mksq_opt" \
to
- Code: Select all
mksquashfs myfs/ iso/live/filesystem.squashfs ${mksq_opt} \
BTW Maybe it is better to use xz as option not default in snapshot. Standard squeeze mksquashfs chokes on the -comp option. It is good to have newer versions work in squeeze as well as wheezy/sid. In all cases default compression mode for mksquashfs, i.e. no options at all, is gzip
Example for refractasnapshot.conf (should work with $mksq_opt not set at all):
- Code: Select all
# uncomment below to use xz compression (*not* for standard Squeeze squashfs-tools)
#mksq_opt="-comp xz"
It is possible to use xz in squeeze, I will write elsewhere about that
The isolinux splash looks good