wok rev 4705
slitaz-loram*: use lzma with squashfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 04 17:09:11 2010 +0100 (2010-01-04) |
parents | 9f7f4d06661f |
children | 3d23b55e1045 |
files | slitaz-loram-cdrom/stuff/loram.rootfs slitaz-loram/stuff/loram.rootfs |
line diff
1.1 --- a/slitaz-loram-cdrom/stuff/loram.rootfs Sun Jan 03 21:15:05 2010 +0100 1.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Mon Jan 04 17:09:11 2010 +0100 1.3 @@ -49,7 +49,7 @@ 1.4 ln -s /cdrom/$ii bin/$ii 1.5 done 1.6 elif [ -x usr/sbin/mksquashfs ]; then 1.7 - usr/sbin/mksquashfs usr ../rootcd/usr.sqfs 1.8 + usr/sbin/mksquashfs usr ../rootcd/usr.sqfs -comp lzma 1.9 rm -rf usr 1.10 mkdir usr 1.11 else
2.1 --- a/slitaz-loram/stuff/loram.rootfs Sun Jan 03 21:15:05 2010 +0100 2.2 +++ b/slitaz-loram/stuff/loram.rootfs Mon Jan 04 17:09:11 2010 +0100 2.3 @@ -28,7 +28,7 @@ 2.4 if [ -x usr/bin/mkcromfs ]; then 2.5 usr/bin/mkcromfs -qq -f 262144 -b 16384 usr .usr.cromfs 2.6 else 2.7 - usr/sbin/mksquashfs usr .usr.sqfs 2.8 + usr/sbin/mksquashfs usr .usr.sqfs -comp lzma 2.9 fi 2.10 if [ -x bin/funionfs -o -d /var/lib/tazpkg/installed/aufs ]; then 2.11 mkdir .usr.rw .usr.ro