timsutton / osx-vm-templates

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

suppress Sierra Siri prompt #76

Closed viktorbenei closed 7 years ago

viktorbenei commented 7 years ago

After a successful VM create and vagrant up, the user login is blocked by a Siri setup prompt.

screen shot 2016-11-20 at 1 06 11

This prevents the creation of some HOME/ folders, like ~/Desktop.

Workaround: restarting the VM, e.g. with vagrant halt && vagrant up, the second boot skips the prompt.

timsutton commented 7 years ago

Thanks for raising this issue! I think this should address it, but let me know if it doesn't.

viktorbenei commented 7 years ago

Worked perfectly, thank you!

timsutton commented 7 years ago

🎉