mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Disable zsync for ubuntu-touch images.
This commit is contained in:
parent
0d6b6f5113
commit
307dc8a8d5
1
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user