diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-09-01 12:44:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | 478a3ca3dd6183a7011be2274d649bae94453afd (patch) | |
tree | 1f8329acadd71ec60c76f9d87b90eba282a5a1ef /helpers | |
parent | ef8155a112fa4b70ba6322b634477cb1d57b7754 (diff) | |
download | vyos-live-build-478a3ca3dd6183a7011be2274d649bae94453afd.tar.gz vyos-live-build-478a3ca3dd6183a7011be2274d649bae94453afd.zip |
mksquashfs in Lenny supports -no-progress, so remove (broken) check.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index 419b264da..718f79fd3 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 |