diff --git a/debian/changelog b/debian/changelog index cf3b5575..66a5f1f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ livecd-rootfs (2.129) UNRELEASED; urgency=low - * Don't build a squashfs for ubuntu-touch images. * Disable zsync for ubuntu-touch images. -- Colin Watson Fri, 03 May 2013 10:35:43 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index f87829f7..6c37834a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -273,7 +273,6 @@ 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"