mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
compress using xz
This commit is contained in:
parent
f3bc618fa2
commit
a1b61879b3
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue