wok-next diff slitaz-loram-cdrom/stuff/loram.rootfs @ rev 10206

Up: libev to 4.04.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:15:27 2011 +0000 (2011-05-20)
parents 738a9be33f09
children
line diff
     1.1 --- a/slitaz-loram-cdrom/stuff/loram.rootfs	Thu Jun 24 09:47:27 2010 +0200
     1.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs	Fri May 20 23:15:27 2011 +0000
     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 -comp lzma
     1.8 +  usr/sbin/mksquashfs usr ../rootcd/usr.sqfs -comp xz -Xbcj x86
     1.9    rm -rf usr
    1.10    mkdir usr
    1.11  else