audio crashes VBox 6.1.20, disabling audio

This commit is contained in:
My Spaghetti
2021-04-24 09:33:19 +03:00
parent 473a72b76c
commit 97418578fd
+1 -1
View File
@@ -656,7 +656,7 @@ if [[ -n "$(VBoxManage modifyvm "${vm_name}" --cpus "${cpu_count}" \
--boot1 none --boot2 none --boot3 none --boot4 none \ --boot1 none --boot2 none --boot3 none --boot4 none \
--firmware efi --rtcuseutc on --chipset ich9 ${extension_pack_usb3_support} \ --firmware efi --rtcuseutc on --chipset ich9 ${extension_pack_usb3_support} \
--mouse usbtablet --keyboard usb --audiocontroller hda \ --mouse usbtablet --keyboard usb --audiocontroller hda \
--audiocodec stac9221 2>&1 >/dev/null )" ]]; then --audiocodec stac9221 --audio=none 2>&1 >/dev/null )" ]]; then
echo -e "\nError: Could not configure virtual machine \"${vm_name}\"." echo -e "\nError: Could not configure virtual machine \"${vm_name}\"."
echo -e "Please execute the stage ${low_contrast_color}configure_vm${default_color} again before resuming the script" echo -e "Please execute the stage ${low_contrast_color}configure_vm${default_color} again before resuming the script"
echo -e "as described in the documentation.\n" echo -e "as described in the documentation.\n"