diff --git a/src/install.sh b/src/install.sh index 3c66d15..ba22ad4 100644 --- a/src/install.sh +++ b/src/install.sh @@ -361,7 +361,7 @@ selectXML() { if [ -f "/run/assets/$detected.xml" ]; then XML="$detected.xml" - echo "Detected image of type '$detected', which supports automatic installation." + echo "Detected image of type '$detected'." else warn "detected image of type '$detected', but no matching XML file exists, $FB." fi @@ -412,7 +412,7 @@ updateImage() { return 1 fi - if [[ "$2" == "win7x64-ultimate.xml" ]]; then + if [[ "$2" == "win7"* ]]; then ETFS="boot.img" BOOT_MODE="windows_legacy"