From c7ffb48e8edf9f2f78acb3b74d61c0acb5940056 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Sun, 19 Jul 2020 16:38:22 +0300 Subject: [PATCH] xhci check no longer used --- macos-guest-virtualbox.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index b111995..beadacb 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -826,8 +826,6 @@ different CPU profiles in the section ${highlight_color}CPU profiles and CPUID s ( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 ) echo -e "\nUntil the script completes, please do not manually interact with\nthe virtual machine." [[ -z "${kscd}" ]] && declare_scancode_dict -# check if xHCI (USB 3.0) support is enabled for faster scancode typing -xhci="$(VBoxManage showvminfo "${vm_name}" --machinereadable)" prompt_lang_utils prompt_terminal_ready print_dimly "Please wait" @@ -923,8 +921,6 @@ fi echo "The VM will boot from the populated installer base system virtual disk." ( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 ) [[ -z "${kscd}" ]] && declare_scancode_dict -# check if xHCI (USB 3.0) support is enabled for faster scancode typing -xhci="$(VBoxManage showvminfo "${vm_name}" --machinereadable)" prompt_lang_utils prompt_terminal_ready add_another_terminal