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

emacs: Updated WANTED version numbers.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 19 13:33:49 2012 -0500 (2012-02-19)
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	Sun Feb 19 13:33:49 2012 -0500
     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