Fix issues with big install.wim files
This commit is contained in:
parent
1e7d2aacb4
commit
b0813f34d0
@ -610,11 +610,11 @@ fi
|
|||||||
|
|
||||||
if [ "$arch" == "arm64" ]; then
|
if [ "$arch" == "arm64" ]; then
|
||||||
"$genisoimage" -b "efi/microsoft/boot/efisys.bin" --no-emul-boot \
|
"$genisoimage" -b "efi/microsoft/boot/efisys.bin" --no-emul-boot \
|
||||||
--udf --hide "*" -V "$isoLabel" -o "$isoName" ISODIR
|
--udf -iso-level 3 --hide "*" -V "$isoLabel" -o "$isoName" ISODIR
|
||||||
else
|
else
|
||||||
"$genisoimage" -b "boot/etfsboot.com" --no-emul-boot \
|
"$genisoimage" -b "boot/etfsboot.com" --no-emul-boot \
|
||||||
--eltorito-alt-boot -b "efi/microsoft/boot/efisys.bin" --no-emul-boot \
|
--eltorito-alt-boot -b "efi/microsoft/boot/efisys.bin" --no-emul-boot \
|
||||||
--udf --hide "*" -V "$isoLabel" -o "$isoName" ISODIR
|
--udf -iso-level 3 --hide "*" -V "$isoLabel" -o "$isoName" ISODIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
errorHandler $? "Failed to create ISO image""$resetColor"
|
errorHandler $? "Failed to create ISO image""$resetColor"
|
||||||
|
Loading…
Reference in New Issue
Block a user