comparison common/include.sh @ 34:63663cdfbe32

cosmetic tweak.
author Rob Landley <rob@landley.net>
date Sat, 23 Mar 2013 20:00:26 -0500
parents 1a7e1616ab9d
children
comparison
equal deleted inserted replaced
33:a051c841d782 34:63663cdfbe32
29 29
30 squash_image() 30 squash_image()
31 { 31 {
32 # Create squashfs image 32 # Create squashfs image
33 33
34 announce squash "$IMAGENAME"
34 if [ ! -z "$(which mksquashfs)" ] 35 if [ ! -z "$(which mksquashfs)" ]
35 then 36 then
36 mksquashfs "$WORK" "$WORK.hdc" -noappend -all-root || dienow 37 mksquashfs "$WORK" "$WORK.hdc" -noappend -all-root || dienow
37 else 38 else
38 echo "No mksquashfs in path" 39 echo "No mksquashfs in path"