Skip to content

Commit

Permalink
fix: Enable USB for legacy machines (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 20, 2024
1 parent bc614fd commit 80dead1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/define.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2123,12 +2123,10 @@ setMachine() {

case "${id,,}" in
"win9"* | "win2k"* )
USB="None"
DISK_TYPE="auto"
MACHINE="pc-i440fx-2.4"
BOOT_MODE="windows_legacy" ;;
"winxp"* | "win2003"* )
USB="None"
DISK_TYPE="blk"
BOOT_MODE="windows_legacy"
# Prevent bluescreen if 64 bit PCI hole size is >2G.
Expand Down

0 comments on commit 80dead1

Please sign in to comment.