From e19a2ce837f5bfe567c9a84c45d98fb48416c4c8 Mon Sep 17 00:00:00 2001 From: Dani Llewellyn Date: Tue, 2 Aug 2022 22:18:06 +0100 Subject: [PATCH] Remove duplicate option (usb_controller) the default for `usb_controller` is set twice in `quickemu` script. Remove the second `usb_controller` default setting. --- quickemu | 2 -- 1 file changed, 2 deletions(-) diff --git a/quickemu b/quickemu index 1d86dcc..0a41287 100755 --- a/quickemu +++ b/quickemu @@ -1422,8 +1422,6 @@ keyboard="usb" keyboard_layout="en-us" # options: ps2, usb, tablet, virtio mouse="tablet" -# options: ehci, xhci -usb_controller="ehci" BRAILLE="" DELETE_DISK=0