Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sierra support #715

Merged
merged 2 commits into from
Nov 15, 2016
Merged

macOS Sierra support #715

merged 2 commits into from
Nov 15, 2016

Commits on Nov 11, 2016

  1. Created Sierra packer template

    Just duplicated the 10.11 template and changed the title to remove the x (since it's just MacOS now) and update the version. Also updated the version inside the variables section to the same. Virtualbox guest_os_type stays as MacOS1011_64 because there is no 1012 official support yet from virtualbox, but the 1011 os type works.
    
    Signed-off-by: Meg Cassidy <kameghamegha@users.noreply.github.com>
    kameghamegha committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e30888e View commit details
    Browse the repository at this point in the history
  2. Fixed update.sh to work with Sierra

    This section would hang at the "Searching for Software Updates" prompt and never finish. To fix it, I had to add the --verbose and --force flags to be compatible with 10.12, as well as triggering a background scan. It would then fail during the vboxmanage_post command for the IDE Controller, because the shutdown was failing to complete properly (the background scan didn't seem to be finished). The sleep line fixes this.
    
    Signed-off-by: Meg Cassidy <kameghamegha@users.noreply.github.com>
    kameghamegha committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    229eef5 View commit details
    Browse the repository at this point in the history