documentation

This commit is contained in:
Jack
2020-05-12 18:03:36 +03:00
parent afe2c1e81d
commit d3f29d9e33
+3 -4
View File
@@ -790,11 +790,10 @@ if [[ -n $(
echo "Could not attach \"${macOS_release_name}_Installation_files.viso\". Exiting."; exit echo "Could not attach \"${macOS_release_name}_Installation_files.viso\". Exiting."; exit
fi fi
echo "Starting virtual machine \"${vm_name}\". echo "Starting virtual machine \"${vm_name}\".
This should take a couple of minutes. If booting fails, check that VirtualBox This should take a couple of minutes. If booting fails, see the documentation
successfully uses the VT-x/AMD-V paravirtualization interface, or see the for information about applying different CPU profiles."
documentation for information about applying different CPU profiles."
( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 ) ( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 )
echo "While the script is running, please do not interact with the virtual machine." echo -e "\nWhile the script is running, please do not interact with the virtual machine."
[[ -z "${kscd}" ]] && declare_scancode_dict [[ -z "${kscd}" ]] && declare_scancode_dict
prompt_lang_utils prompt_lang_utils
prompt_terminal_ready prompt_terminal_ready