fix: Derive NT5 boot load size from extracted image (#1991)

This commit is contained in:
Kroese
2026-07-26 08:34:21 +02:00
committed by GitHub
parent c589e1be18
commit bada80331d
2 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ prepareImage() {
if [[ "${BOOT_MODE,,}" == "windows_legacy" &&
"${DETECTED,,}" != "win9"* ]]; then
getBootLoadSize "$iso" "$desc" || return 1
getBootLoadSize "$iso" "$dir" "$desc" || return 1
fi
skipVersion "$DETECTED" && return 0