mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 07:11:30 +00:00
Use gzip compression for ubuntu-touch tarballs.
This commit is contained in:
parent
361c7f03dc
commit
73a02f22f0
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
livecd-rootfs (2.128) UNRELEASED; urgency=low
|
livecd-rootfs (2.128) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Don't include lupin-casper in ubuntu-touch images.
|
* Don't include lupin-casper in ubuntu-touch images.
|
||||||
|
* Use gzip compression for ubuntu-touch tarballs.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 08:45:11 -0700
|
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 08:45:11 -0700
|
||||||
|
|
||||||
|
@ -273,6 +273,7 @@ case $PROJECT in
|
|||||||
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
||||||
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
||||||
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
|
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
|
||||||
|
OPTS="${OPTS:+$OPTS }--compression gzip"
|
||||||
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||||
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
||||||
OPTS="${OPTS:+$OPTS }--system normal"
|
OPTS="${OPTS:+$OPTS }--system normal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user