From: Arne Fitzenreiter Date: Sat, 16 Jun 2018 08:19:44 +0000 (+0200) Subject: core-update: disable compression for outside tar X-Git-Tag: v2.21-core122~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98f0446e94935611f1b3f6395ba84091ba17ecca;p=ipfire-2.x.git core-update: disable compression for outside tar this files are already xz compressend in the inner tar so they are not further compressable and this is only a time waste. Signew-off-by: Arne Fitzenreiter --- diff --git a/lfs/core-updates b/lfs/core-updates index 3d12d40b1a..19b57a5a20 100644 --- a/lfs/core-updates +++ b/lfs/core-updates @@ -89,7 +89,7 @@ core/%: #Change xxxKVERxxx to Kernelversion sed -e "s/xxxKVERxxx/$(KVER)/g" -i /install/packages/package/update.sh - cd /install/packages/package && XZ_OPT="$(XZ_OPT)" tar cf ../core-upgrade-$(VERSION)-$$(basename $@).ipfire $(TAR_OPTIONS) \ + cd /install/packages/package && tar cf ../core-upgrade-$(VERSION)-$$(basename $@).ipfire \ update.sh files.tar.xz ROOTFILES rm -rf /install/packages/package sed -e "s/NAME/core-upgrade/g" \