diff --git a/debian/changelog b/debian/changelog index e56bf7c5..fdaf8f0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.41) oneiric; urgency=low + + * Re-enable swap on jasper-using images, a regression from + the switch from livecd-rootfs to live-build (LP: #868662) + + -- Adam Conrad Wed, 05 Oct 2011 13:20:24 -0600 + livecd-rootfs (2.40) oneiric; urgency=low * Revert the previous change and apply it for all $PREINSTALLED diff --git a/live-build/auto/config b/live-build/auto/config index 5b3d1717..096c40ee 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -78,6 +78,8 @@ case $IMAGEFORMAT in ;; *) add_package live jasper + OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap" + OPTS="${OPTS:+$OPTS }--swap-file-size 512" ;; esac ;;