diff --git a/debian/changelog b/debian/changelog index 97c8b881..cf3b5575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 03 May 2013 10:35:43 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index 93b91178..f87829f7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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" ;; *)