mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Don't build a squashfs for ubuntu-touch images.
This commit is contained in:
parent
ac5e1fba5b
commit
0d6b6f5113
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.129) UNRELEASED; urgency=low
|
||||
|
||||
* Don't build a squashfs for ubuntu-touch images.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 03 May 2013 10:35:43 -0700
|
||||
|
||||
livecd-rootfs (2.128) saucy; urgency=low
|
||||
|
||||
* Don't include lupin-casper in ubuntu-touch images.
|
||||
|
@ -273,6 +273,7 @@ case $PROJECT in
|
||||
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
||||
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
||||
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
|
||||
OPTS="${OPTS:+$OPTS }--chroot-filesystem none"
|
||||
OPTS="${OPTS:+$OPTS }--compression gzip"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
||||
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
||||
|
Loading…
x
Reference in New Issue
Block a user