From d3f29d9e33afb1ada077cc117f7cf5ff02042627 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 12 May 2020 18:03:36 +0300 Subject: [PATCH] documentation --- macos-guest-virtualbox.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 2fabfa1..17efd2e 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -790,11 +790,10 @@ if [[ -n $( echo "Could not attach \"${macOS_release_name}_Installation_files.viso\". Exiting."; exit fi echo "Starting virtual machine \"${vm_name}\". -This should take a couple of minutes. If booting fails, check that VirtualBox -successfully uses the VT-x/AMD-V paravirtualization interface, or see the -documentation for information about applying different CPU profiles." +This should take a couple of minutes. If booting fails, see the documentation +for information about applying different CPU profiles." ( 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 prompt_lang_utils prompt_terminal_ready