Browse Source

fix: Enable USB for legacy machines (#824)

Kroese 8 months ago
parent
commit
80dead1446
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/define.sh

+ 0 - 2
src/define.sh

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