mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
d69389a22d
commit
0dbac87ded
1 changed files with 2 additions and 2 deletions
|
|
@ -634,10 +634,10 @@ prepareImage() {
|
|||
local missing
|
||||
|
||||
case "${DETECTED,,}" in
|
||||
"win9"* )
|
||||
"win9"* | "win2k"* )
|
||||
MACHINE="pc-i440fx-2.4"
|
||||
;;
|
||||
"win2k"* | "winxp"* | "winvistax86"* | "win7x86"* )
|
||||
"winxp"* | "winvistax86"* | "win7x86"* )
|
||||
MACHINE="pc-q35-2.10"
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue