diff --git a/debian/changelog b/debian/changelog index 79f5ac23..a42828a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ livecd-rootfs (0.82) UNRELEASED; urgency=low + [ Loic Minier ] * Default suite is the current one as returned by $(lsb_release -cs); depend on lsb-release. * Use dpkg --print-architecture as --print-installation-architecture is @@ -8,6 +9,10 @@ livecd-rootfs (0.82) UNRELEASED; urgency=low get around this requirement by explicitely seeding the headers in desktop-common which we do as well. + [ Colin Watson ] + * Remove -nolzma option from mksquashfs, since (a) it's been the default + since squashfs 1:3.3-1ubuntu1, and (b) it's no longer available in 4.0. + -- Loic Minier Mon, 11 May 2009 09:53:39 +0200 livecd-rootfs (0.81) karmic; urgency=low diff --git a/livecd.sh b/livecd.sh index bf0fc7c5..cccecdac 100755 --- a/livecd.sh +++ b/livecd.sh @@ -554,7 +554,7 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse : > livecd.${FSS}.sort fi - mksquashfs ${ROOT} livecd.${FSS}.squashfs -nolzma -sort livecd.${FSS}.sort + mksquashfs ${ROOT} livecd.${FSS}.squashfs -sort livecd.${FSS}.sort chmod 644 livecd.${FSS}.squashfs }