fix: Hexadecimal El Torito load size parsing (#2072)

This commit is contained in:
Kroese
2026-08-06 12:45:36 +02:00
committed by GitHub
parent d8cb4816f6
commit 565d7ef04b
2 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -1210,7 +1210,7 @@ updateImage() {
# Windows Setup normally resides in boot image 2; single-image media uses 1.
local idx="1"
if ! info=$(wimlib-imagex info -xml "$wim" | iconv -f UTF-16LE -t UTF-8); then
if ! info=$(wimlib-imagex info --xml "$wim" | iconv -f UTF-16LE -t UTF-8); then
warn "failed to read boot image information, $FB"
MANUAL="Y"
info=""