From 0d6b6f51134b086b603b4c7124606ac089e391c6 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 3 May 2013 10:36:15 -0700 Subject: [PATCH] Don't build a squashfs for ubuntu-touch images. --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e1f1a51..97c8b881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.129) UNRELEASED; urgency=low + + * Don't build a squashfs for ubuntu-touch images. + + -- Colin Watson Fri, 03 May 2013 10:35:43 -0700 + livecd-rootfs (2.128) saucy; urgency=low * Don't include lupin-casper in ubuntu-touch images. diff --git a/live-build/auto/config b/live-build/auto/config index b75c4ddc..93b91178 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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"