* Use -nolzma option of mksquashfs, since our current kernel squashfs module

does not support it yet (see LP #177634). Bump dependency to
  squashfs-tools to ensure availability of that option.
ubuntu/precise
Martin Pitt 17 years ago
parent 0305b62062
commit 8bcf2f653f

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (0.46) UNRELEASED; urgency=low
* Use -nolzma option of mksquashfs, since our current kernel squashfs module
does not support it yet (see LP #177634). Bump dependency to
squashfs-tools to ensure availability of that option.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 20 Dec 2007 12:03:41 +0100
livecd-rootfs (0.45) hardy; urgency=low livecd-rootfs (0.45) hardy; urgency=low
[ Colin Watson ] [ Colin Watson ]

2
debian/control vendored

@ -8,7 +8,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
Package: livecd-rootfs Package: livecd-rootfs
Architecture: all Architecture: all
Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools, grep-dctrl, fdupes Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3.1), grep-dctrl, fdupes
Suggests: partimage Suggests: partimage
Description: construction script for the livecd rootfs Description: construction script for the livecd rootfs
livecd-rootfs provides the script used to create the root filesystem livecd-rootfs provides the script used to create the root filesystem

@ -429,7 +429,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP}
: > livecd.${FSS}.sort : > livecd.${FSS}.sort
fi fi
mksquashfs ${ROOT} livecd.${FSS}.squashfs -sort livecd.${FSS}.sort mksquashfs ${ROOT} livecd.${FSS}.squashfs -nolzma -sort livecd.${FSS}.sort
chmod 644 livecd.${FSS}.squashfs chmod 644 livecd.${FSS}.squashfs
} }

Loading…
Cancel
Save