mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
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.
This commit is contained in:
parent
18d127f4ab
commit
78e3144364
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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 <lool@dooz.org> Mon, 11 May 2009 09:53:39 +0200
|
||||
|
||||
livecd-rootfs (0.81) karmic; urgency=low
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user