mksquashfs in Lenny supports -no-progress, so remove (broken) check.

This commit is contained in:
Chris Lamb 2008-09-01 12:44:00 +01:00 committed by Daniel Baumann
parent ef8155a112
commit 478a3ca3dd
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ case "${LH_CHROOT_FILESYSTEM}" in
# Remove stale squashfs image
rm -f chroot/filesystem.squashfs
if [ "${LH_QUIET}" = "enabled" ] && [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LH_DISTRIBUTION}" != "testing" ]
if [ "${LH_QUIET}" = "enabled" ] && [ "${LH_DISTRIBUTION}" != "etch" ]
then
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -no-progress"
fi