From 7c4f8944302707f603d2a9d76e2b5d187736340b Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Sat, 19 Jan 2019 10:07:10 +0000 Subject: [PATCH] cosmetic --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 8fdca3f..0b99dc3 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -165,8 +165,8 @@ else --variant fixed 2>/dev/tty fi -# Attach the target virtual disk image, the EFI drivers, -# and the base system in the virtual machine: +# Attach virtual disk images of the base system, installation, and target +# to the virtual machine VBoxManage storagectl "${vmname}" --add sata --name SATA --hostiocache on VBoxManage storageattach "${vmname}" --storagectl SATA --port 0 \ --type hdd --nonrotational on --medium "${vmname}.vdi"