From 81029d0e72ef09aefaa76b1342e5fb13536ddccc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 4 Oct 2012 20:13:25 +0200 Subject: Setting default compression to none. Normally, when using compressed file systems (squashfs), there is no point in further compressing the tarballs and images. --- functions/defaults.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'functions/defaults.sh') diff --git a/functions/defaults.sh b/functions/defaults.sh index 1860618cc..cd3b76666 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -925,23 +925,7 @@ Set_defaults () LB_CHECKSUMS="${LB_CHECKSUMS:-sha256}" # Setting compression - case "${LB_MODE}" in - progress) - LB_COMPRESSION="${LB_COMPRESSION:-none}" - ;; - - *) - case "${LB_PARENT_DISTRIBUTION}" in - squeeze) - LB_COMPRESSION="${LB_COMPRESSION:-gzip}" - ;; - - *) - LB_COMPRESSION="${LB_COMPRESSION:-xz}" - ;; - esac - ;; - esac + LB_COMPRESSION="${LB_COMPRESSION:-none}" # Setting zsync LB_ZSYNC="${LB_ZSYNC:-true}" -- cgit v1.2.3