mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user