mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Update install.sh
This commit is contained in:
parent
8ffea86f1b
commit
792994eb26
1 changed files with 2 additions and 2 deletions
|
|
@ -361,7 +361,7 @@ selectXML() {
|
||||||
|
|
||||||
if [ -f "/run/assets/$detected.xml" ]; then
|
if [ -f "/run/assets/$detected.xml" ]; then
|
||||||
XML="$detected.xml"
|
XML="$detected.xml"
|
||||||
echo "Detected image of type '$detected', which supports automatic installation."
|
echo "Detected image of type '$detected'."
|
||||||
else
|
else
|
||||||
warn "detected image of type '$detected', but no matching XML file exists, $FB."
|
warn "detected image of type '$detected', but no matching XML file exists, $FB."
|
||||||
fi
|
fi
|
||||||
|
|
@ -412,7 +412,7 @@ updateImage() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$2" == "win7x64-ultimate.xml" ]]; then
|
if [[ "$2" == "win7"* ]]; then
|
||||||
|
|
||||||
ETFS="boot.img"
|
ETFS="boot.img"
|
||||||
BOOT_MODE="windows_legacy"
|
BOOT_MODE="windows_legacy"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue