Import patches-unapplied version 2.129 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 69ac29ee57

New changelog entries:
  * Disable zsync for ubuntu-touch images.
  * Copy binary-tar.tar.gz to $PREFIX.rootfs.tar.gz if it exists.
impish
Colin Watson 12 years ago committed by usd-importer
parent 69ac29ee57
commit efa47e8566

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.129) saucy; urgency=low
* Disable zsync for ubuntu-touch images.
* Copy binary-tar.tar.gz to $PREFIX.rootfs.tar.gz if it exists.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 11:46:58 -0700
livecd-rootfs (2.128) saucy; urgency=low
* Don't include lupin-casper in ubuntu-touch images.

@ -301,6 +301,8 @@ if [ -e "binary/$INITFS/filesystem.dir" ]; then
(cd "binary/$INITFS/filesystem.dir/" && tar -c *) | \
gzip -9 --rsyncable > "$PREFIX.rootfs.tar.gz"
chmod 644 "$PREFIX.rootfs.tar.gz"
elif [ -e binary-tar.tar.gz ]; then
cp -a binary-tar.tar.gz "$PREFIX.rootfs.tar.gz"
fi
# '--initramfs none' produces different manifest names.

@ -277,6 +277,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