timsutton / osx-vm-templates

macOS templates for Packer and VeeWee.
MIT License
1.12k stars 248 forks source link

Mojave support? #99

Open itstehkman opened 5 years ago

itstehkman commented 5 years ago

Hi @timsutton, I am wondering what it would take to get MacOS Mojave supported here? Maybe it already works and the README hasn't been updated. If it is not supported, I am glad to help and make some PRs if I'm pointed in the right direction

bacongravy commented 5 years ago

@itstehkman You might consider looking at the macinbox project, it isn't as flexible as Tim's osx-vm-templates, but it will create a Vagrant box from a macOS Mojave installer, so it might meet your needs. If you really need a packer workflow, you could try incorporating the approach from here, which simulates mouse and keyboard events to navigate through the installer GUI.

itstehkman commented 5 years ago

Thanks @bacongravy! I will give that a shot.