mirror of
https://github.com/dockur/windows.git
synced 2025-04-22 00:22:53 +00:00
Update define.sh
This commit is contained in:
parent
fd976696be
commit
beec871e66
@ -1674,11 +1674,13 @@ setMachine() {
|
|||||||
case "${id,,}" in
|
case "${id,,}" in
|
||||||
"win9"* )
|
"win9"* )
|
||||||
USB="no"
|
USB="no"
|
||||||
|
VGA="cirrus"
|
||||||
DISK_TYPE="auto"
|
DISK_TYPE="auto"
|
||||||
ADAPTER="rtl8139"
|
ADAPTER="rtl8139"
|
||||||
MACHINE="pc-i440fx-2.4"
|
MACHINE="pc-i440fx-2.4"
|
||||||
BOOT_MODE="windows_legacy" ;;
|
BOOT_MODE="windows_legacy" ;;
|
||||||
"win2k"* )
|
"win2k"* )
|
||||||
|
VGA="cirrus"
|
||||||
MACHINE="pc"
|
MACHINE="pc"
|
||||||
USB="pci-ohci"
|
USB="pci-ohci"
|
||||||
DISK_TYPE="auto"
|
DISK_TYPE="auto"
|
||||||
|
Loading…
Reference in New Issue
Block a user