From: Michael Prokop Date: Tue, 13 Jul 2021 13:44:46 +0000 (+0200) Subject: netboot creation: no longer compress the tarball + only generate sha256 checksum... X-Git-Tag: v0.38.5~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=ddbbaaae48f26746c630a193e4894533116d2d01;hp=ddbbaaae48f26746c630a193e4894533116d2d01;p=grml-live.git netboot creation: no longer compress the tarball + only generate sha256 checksum file Compressing the tarball takes several seconds, while there's usually no change in file size, as pretty much all its files are already compressed. By no longer compressing the tarball we reduce build time. Also no longer generated sha1 and sha512 checksum files, we agreed to only rely on sha256 checksum files nowadays. Related to https://github.com/grml/grml/issues/120 ---