summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-09-01 12:44:00 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commit478a3ca3dd6183a7011be2274d649bae94453afd (patch)
tree1f8329acadd71ec60c76f9d87b90eba282a5a1ef /helpers
parentef8155a112fa4b70ba6322b634477cb1d57b7754 (diff)
downloadlive-build-478a3ca3dd6183a7011be2274d649bae94453afd.zip
live-build-478a3ca3dd6183a7011be2274d649bae94453afd.tar.gz
mksquashfs in Lenny supports -no-progress, so remove (broken) check.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_rootfs2
1 files changed, 1 insertions, 1 deletions
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