mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 2.129 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 69ac29ee57025565b5ee68c7a5e6a26763f88414 New changelog entries: * Disable zsync for ubuntu-touch images. * Copy binary-tar.tar.gz to $PREFIX.rootfs.tar.gz if it exists.
This commit is contained in:
parent
69ac29ee57
commit
efa47e8566
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user