Fix Illumos/OpenIndiana USB controller issue.

This commit is contained in:
Chase Covello 2022-04-07 09:24:59 -07:00
parent e38b8448c6
commit 422361cad2

View File

@ -483,7 +483,7 @@ function vm_boot() {
if [[ "${guest_os}" == *"solaris" ]]; then
MACHINE_TYPE="pc"
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
USB_HOST_PASSTHROUGH_CONTROLLER="pci-ohci"
fi
if [ -z "${disk_size}" ]; then