From a1b61879b35d17f2fe16742a814211ec467f401d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 28 Feb 2014 08:43:23 +0100 Subject: [PATCH] compress using xz --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 28d1b10..65dd0de 100755 --- a/build.sh +++ b/build.sh @@ -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