Disable zsync for ubuntu-touch images.

ubuntu/trusty
Colin Watson 12 years ago
parent 0d6b6f5113
commit 307dc8a8d5

1
debian/changelog vendored

@ -1,6 +1,7 @@
livecd-rootfs (2.129) UNRELEASED; urgency=low
* Don't build a squashfs for ubuntu-touch images.
* Disable zsync for ubuntu-touch images.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 10:35:43 -0700

@ -278,6 +278,7 @@ case $PROJECT in
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
OPTS="${OPTS:+$OPTS }--system normal"
OPTS="${OPTS:+$OPTS }--zsync false"
;;
*)

Loading…
Cancel
Save