From 478a3ca3dd6183a7011be2274d649bae94453afd Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 1 Sep 2008 12:44:00 +0100 Subject: mksquashfs in Lenny supports -no-progress, so remove (broken) check. --- helpers/lh_binary_rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index 419b264..718f79f 100755 --- a/helpers/lh_binary_rootfs +++ b/helpers/lh_binary_rootfs @@ -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 -- cgit v1.0