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.
ubuntu/precise
Colin Watson 16 years ago
parent 18d127f4ab
commit 78e3144364

5
debian/changelog vendored

@ -1,5 +1,6 @@
livecd-rootfs (0.82) UNRELEASED; urgency=low livecd-rootfs (0.82) UNRELEASED; urgency=low
[ Loic Minier ]
* Default suite is the current one as returned by $(lsb_release -cs); depend * Default suite is the current one as returned by $(lsb_release -cs); depend
on lsb-release. on lsb-release.
* Use dpkg --print-architecture as --print-installation-architecture is * 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 get around this requirement by explicitely seeding the headers in
desktop-common which we do as well. 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 <lool@dooz.org> Mon, 11 May 2009 09:53:39 +0200 -- Loic Minier <lool@dooz.org> Mon, 11 May 2009 09:53:39 +0200
livecd-rootfs (0.81) karmic; urgency=low livecd-rootfs (0.81) karmic; urgency=low

@ -554,7 +554,7 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
: > livecd.${FSS}.sort : > livecd.${FSS}.sort
fi 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 chmod 644 livecd.${FSS}.squashfs
} }

Loading…
Cancel
Save