armbian-next: post_build_image: run hook first, then write to CARD_DEVICE, then compress, in that order

- compress *all* present output images, not only .img
- remove 7zip compression & hostdep
- squash a few shortcircuits (yeah, this late in the game...)
This commit is contained in:
Ricardo Pardini
2023-02-12 14:00:04 +01:00
parent 3d8ee5ce38
commit a2304f28b0
9 changed files with 52 additions and 56 deletions

View File

@@ -113,4 +113,5 @@ function post_build_image__920_create_ovf() {
display_alert "Done, cleaning up" "${EXTENSION}" "info"
rm -rf "${full_vmware_dirname}"
return 0
}