mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
live-build/auto/config: Disable zsync for BINARYFORMAT=iso*|usb* builds.
This commit is contained in:
parent
3310586bf5
commit
975e6c5e02
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.80) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/config: Disable zsync for BINARYFORMAT=iso*|usb* builds.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Thu, 30 Aug 2012 23:38:27 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.79) quantal; urgency=low
|
livecd-rootfs (2.79) quantal; urgency=low
|
||||||
|
|
||||||
* setting --architectures seems to have weird side effects on arm
|
* setting --architectures seems to have weird side effects on arm
|
||||||
|
@ -153,6 +153,7 @@ case $BINARYFORMAT in
|
|||||||
BINARY_IMAGES="$BINARYFORMAT"
|
BINARY_IMAGES="$BINARYFORMAT"
|
||||||
MEMTEST=memtest86+
|
MEMTEST=memtest86+
|
||||||
BOOTLOADER=syslinux
|
BOOTLOADER=syslinux
|
||||||
|
OPTS="${OPTS:+$OPTS }--zsync=false"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user