Update install.sh

This commit is contained in:
Kroese 2024-01-26 21:44:27 +01:00 committed by GitHub
parent 1b5dfe9374
commit ab72c03d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -415,16 +415,16 @@ prepareImage() {
if [ -f "$dir/$ETFS" ] && [ -f "$dir/$EFISYS" ]; then
return 0
fi
if [ ! -f "$dir/$ETFS" ]; then
warn "failed to locate file 'etfsboot.com' in ISO image, falling back to legacy boot!"
else
warn "failed to locate file 'efisys_noprompt.bin' in ISO image, falling back to legacy boot!"
fi
fi
fi
ETFS="boot.img"
BOOT_MODE="windows_legacy"