updated ostype parameter

This commit is contained in:
img2tab
2019-01-14 05:57:58 +00:00
committed by GitHub
parent 7629c5dd55
commit 2fa4cda416
+1 -1
View File
@@ -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}" \