documentation

This commit is contained in:
My Spaghetti
2020-07-19 16:30:14 +03:00
parent 9fa7e4ad03
commit e9673b679b
+1 -2
View File
@@ -289,8 +289,7 @@ if [[ "$(expr match "${extpacks}" '.*Oracle VM VirtualBox Extension Pack')" -le
then then
echo -e "\nThe command \"VBoxManage list extpacks\" either does not list the Oracle VM" echo -e "\nThe command \"VBoxManage list extpacks\" either does not list the Oracle VM"
echo -e "VirtualBox Extension Pack, or lists one or more extensions as unusable." echo -e "VirtualBox Extension Pack, or lists one or more extensions as unusable."
echo -e "The virtual machine will be configured without USB xHCI controllers," echo -e "The virtual machine will be configured without USB xHCI controllers."
echo -e "sending keyboard scancodes through the script will be very slow."
extension_pack_usb3_support="--usbxhci off" extension_pack_usb3_support="--usbxhci off"
else else
extension_pack_usb3_support="--usbxhci on" extension_pack_usb3_support="--usbxhci on"