From 1891334f3befa78f5e7a5d50c076bff77676f2dd Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 12 May 2020 18:05:09 +0300 Subject: [PATCH] documentation --- macos-guest-virtualbox.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 17efd2e..bd9c177 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -838,7 +838,6 @@ shut down the virtual machine. After shutdown, the initial base system will be detached from the VM and released from VirtualBox. ' print_dimly "If the partitioning fails, exit the script by pressing CTRL-C -and check that VirtualBox uses the VT-x/AMD-V paravirtualization interface. Otherwise, please wait." # Detach the original 2GB BaseSystem.vdi while [[ "$( VBoxManage list runningvms )" =~ \""${vm_name}"\" ]]; do sleep 2 >/dev/null 2>&1; done