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

ntop: update bdep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 17:18:01 2012 +0100 (2012-02-18)
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	Sat Feb 18 17:18:01 2012 +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 -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