From 2fa4cda416ace646f26014a6ef825d93557ccb2c Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Mon, 14 Jan 2019 05:57:58 +0000 Subject: [PATCH] updated ostype parameter --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index c43c46a..a463d89 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -127,7 +127,7 @@ fi # Initialize the VirtualBox macOS Mojave 10.14.2 virtual machine: echo "Creating ${vmname} virtual disk images." -VBoxManage createvm --name "${vmname}" --ostype "MacOS_64" --register +VBoxManage createvm --name "${vmname}" --ostype "MacOS1013_64" --register # Create the target virtual disk image: VBoxManage createmedium --size="${storagesize}" \