From a453685a7f7e51d3663e431adbade72fec37b8d5 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 26 May 2020 07:31:47 +0300 Subject: [PATCH] documentation --- macos-guest-virtualbox.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 564c5fb..dfd1a2e 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1175,9 +1175,9 @@ virtualization and deployment applications require additonal configuration that is beyond the scope of the script. QEMU with KVM is capable of providing virtual machine hardware passthrough -for near-native performance. QEMU supports VMDK virtual disk image, which can -be configured to be created by the script, or converted from the default -VirtualBox VDI format into the VMDK format with the following command: +for near-native performance. QEMU supports the VMDK virtual disk image format, +which can be configured to be created by the script, or converted from the +default VirtualBox VDI format into the VMDK format with the following command: ${low_contrast_color}VBoxManage clonehd --format vmdk source.vdi target.vmdk${default_color} QEMU and KVM require additional configuration that is beyond the scope of the script.