This commit is contained in:
Jack
2020-03-17 09:00:57 +02:00
parent bd57143dc7
commit 3810159f05
+1 -1
View File
@@ -737,7 +737,7 @@ if [[ -n $(
2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 2 --hotpluggable on \ 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 2 --hotpluggable on \
--type hdd --nonrotational on --medium "${macOS_release_name}_BaseSystem.vdi" >/dev/null --type hdd --nonrotational on --medium "${macOS_release_name}_BaseSystem.vdi" >/dev/null
) ]]; then ) ]]; then
echo "Could not attacl \"${macOS_release_name}_BaseSystem.vdi\". Exiting."; exit echo "Could not attach \"${macOS_release_name}_BaseSystem.vdi\". Exiting."; exit
fi fi
if [[ -n $( if [[ -n $(
2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 3 \ 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 3 \