mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update install.sh
This commit is contained in:
parent
54fc94a765
commit
66fba9ec79
1 changed files with 9 additions and 2 deletions
|
|
@ -326,7 +326,14 @@ selectXML() {
|
||||||
local tag result name name2 detected
|
local tag result name name2 detected
|
||||||
|
|
||||||
XML=""
|
XML=""
|
||||||
[[ "$MANUAL" == [Yy1]* ]] && return 0
|
if [[ "$MANUAL" == [Yy1]* ]]; then
|
||||||
|
|
||||||
|
if [[ "$BASE" == "win7x64"* ]]; then
|
||||||
|
BOOT_MODE="windows_legacy"
|
||||||
|
fi
|
||||||
|
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||||
XML="$VERSION.xml"
|
XML="$VERSION.xml"
|
||||||
|
|
@ -413,7 +420,7 @@ updateImage() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$3" == "win7"* ]]; then
|
if [[ "$3" == "win7x64"* ]]; 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