compress using xz

This commit is contained in:
Gwenhael Le Moine 2014-02-28 08:43:23 +01:00
parent f3bc618fa2
commit a1b61879b3

View file

@ -337,5 +337,5 @@ rm -r $DEST/output/sdcard/
if [ "$COMPRESS" = "true" ]; then
echo "compress image"
gzip $DEST/output/*.raw
xz -z $DEST/output/${IMG_NAME}-${VERSION}_rootfs_SD.raw
fi