Skip to content

Commit

Permalink
Set paravirtprovider vboxmanage flag for 10.12.4
Browse files Browse the repository at this point in the history
geerlingguy/macos-virtualbox-vm#24

Make sure to undo this finally - for 10.12.4 and above, but there could be other
issues after: https://github.com/timsutton/osx-vm-templates#issue-with-10124
  • Loading branch information
mingwandroid committed Oct 3, 2019
1 parent 06c7555 commit 31e729a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
["modifyvm", "{{.Name}}", "--memory", "2048"],
["modifyvm", "{{.Name}}", "--mouse", "usbtablet"],
["modifyvm", "{{.Name}}", "--vram", "128"],
["storagectl", "{{.Name}}", "--name", "IDE Controller", "--remove"]
["storagectl", "{{.Name}}", "--name", "IDE Controller", "--remove"],
["modifyvm", "{{.Name}}", "--paravirtprovider", "none"]
]
},
{
Expand Down

0 comments on commit 31e729a

Please sign in to comment.