mirror of
https://github.com/dockur/windows.git
synced 2026-08-04 04:57:13 +01:00
fix: Derive NT5 boot load size from extracted image (#1991)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user