mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: Hexadecimal El Torito load size parsing (#2072)
This commit is contained in:
+1
-1
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user