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"