netboot creation: no longer compress the tarball + only generate sha256 checksum...
authorMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 13:44:46 +0000 (15:44 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 13:44:46 +0000 (15:44 +0200)
commitddbbaaae48f26746c630a193e4894533116d2d01
tree7df29b7f8c2674de9319c75b38e2d7c6a85eba63
parentfe5a77dd117f8741aab0bd371adcb15773bd2a61
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
grml-live