From 73a02f22f01405517def35f6f92cacb7bb97ab1c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 3 May 2013 08:51:20 -0700 Subject: [PATCH] Use gzip compression for ubuntu-touch tarballs. --- debian/changelog | 1 + live-build/auto/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 15e018ab..57d30dc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ livecd-rootfs (2.128) UNRELEASED; urgency=low * Don't include lupin-casper in ubuntu-touch images. + * Use gzip compression for ubuntu-touch tarballs. -- Colin Watson Fri, 03 May 2013 08:45:11 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index 8357e0b7..b75c4ddc 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -273,6 +273,7 @@ case $PROJECT in export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg' OPTS="${OPTS:+$OPTS }--apt-recommends false" OPTS="${OPTS:+$OPTS }--binary-filesystem ext4" + OPTS="${OPTS:+$OPTS }--compression gzip" OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap" OPTS="${OPTS:+$OPTS }--swap-file-size 100" OPTS="${OPTS:+$OPTS }--system normal"