feat: Avoid ISO rebuilding for dramatically faster preparation (#2032)

This commit is contained in:
Kroese
2026-07-31 22:05:55 +02:00
committed by GitHub
parent 2f7e3d1903
commit aa9584df90
8 changed files with 1614 additions and 972 deletions
+1 -1
View File
@@ -921,7 +921,7 @@ verifyFile() {
local hash
[ -z "$check" ] && return 0
! enabled "$VERIFY" && return 0
enabled "$VERIFY" || return 0
[[ "${#check}" == "40" ]] && algo="SHA1"
local msg="Verifying downloaded ISO..."