# HG changeset patch # User Pascal Bellard # Date 1292404857 -3600 # Node ID 0a217ca53babacd720ee2a411f2568c6cbddde03 # Parent e00276474e4fb768821b1fe74a6fb2336c45ec79 slitaz-loram*: use xz compressor for mksquashfs diff -r e00276474e4f -r 0a217ca53bab slitaz-loram-cdrom/stuff/loram.rootfs --- a/slitaz-loram-cdrom/stuff/loram.rootfs Wed Dec 15 00:09:43 2010 +0000 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Wed Dec 15 10:20:57 2010 +0100 @@ -49,7 +49,7 @@ ln -s /cdrom/$ii bin/$ii done elif [ -x usr/sbin/mksquashfs ]; then - usr/sbin/mksquashfs usr ../rootcd/usr.sqfs -comp lzma + usr/sbin/mksquashfs usr ../rootcd/usr.sqfs -comp xz -Xbcj x86 rm -rf usr mkdir usr else diff -r e00276474e4f -r 0a217ca53bab slitaz-loram/stuff/loram.rootfs --- a/slitaz-loram/stuff/loram.rootfs Wed Dec 15 00:09:43 2010 +0000 +++ b/slitaz-loram/stuff/loram.rootfs Wed Dec 15 10:20:57 2010 +0100 @@ -28,7 +28,7 @@ if [ -x usr/bin/mkcromfs ]; then usr/bin/mkcromfs -qq -f 262144 -b 16384 usr .usr.cromfs else - usr/sbin/mksquashfs usr .usr.sqfs -comp lzma + usr/sbin/mksquashfs usr .usr.sqfs -comp xz -Xbcj x86 fi if [ -x bin/funionfs -o -d /var/lib/tazpkg/installed/aufs-utils ]; then mkdir .usr.rw .usr.ro