Use gzip compression for ubuntu-touch tarballs.

ubuntu/trusty
Colin Watson 12 years ago
parent 361c7f03dc
commit 73a02f22f0

1
debian/changelog vendored

@ -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 <cjwatson@ubuntu.com> Fri, 03 May 2013 08:45:11 -0700

@ -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"

Loading…
Cancel
Save