remove pixz support

This commit is contained in:
parazyd 2017-10-04 21:36:28 +02:00
parent 68c90d1ae9
commit 6968ae2ffd
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 4 deletions

View File

@ -140,12 +140,10 @@ image_pack_dist() {
zerr zerr
} }
_xz=(xz -zv) notice "compressing image with xz"
[[ $(command -v pixz) ]] && _xz=(pixz)
notice "compressing image with $_xz"
silly silly
pushd $workdir pushd $workdir
${=_xz} "${image_name}.img" xz -zv "${image_name}.img"
notice "generating sha256 for ${image_name}.img.xz" notice "generating sha256 for ${image_name}.img.xz"
sha256sum ${image_name}.img.xz > ${image_name}.img.xz.sha sha256sum ${image_name}.img.xz > ${image_name}.img.xz.sha