Here is an example: https://github.com/timsutton/osx-vm-templates/blob/master/packer/template.json#L79
On Mon, Feb 25, 2019 at 8:50 PM Rickard von Essen < [email protected]> wrote: > That looks correct to me, but I haven't tried it. > > On Mon, Feb 25, 2019 at 8:48 PM Jake Shumate <[email protected]> wrote: > >> Would this be acceptable? >> >> "vboxmanage": >> ["modifyvm", "{{.Name}}", "--firmware", "EFI" ], >> >> On Monday, February 25, 2019 at 1:01:01 PM UTC-6, Rickard von Essen wrote: >>> >>> You can set this with vboxmanage modifyvm. >>> >>> On Mon, Feb 25, 2019, 16:21 Jake Shumate <[email protected]> wrote: >>> >>>> The .iso image I am building from uses EFI and virtualbox uses BIOS as >>>> default. When I go to run packer, the image I am using will not run because >>>> BIOS is not supported. >>>> >>>> -- >>>> This mailing list is governed under the HashiCorp Community Guidelines >>>> - https://www.hashicorp.com/community-guidelines.html. Behavior in >>>> violation of those guidelines may result in your removal from this mailing >>>> list. >>>> >>>> GitHub Issues: https://github.com/mitchellh/packer/issues >>>> IRC: #packer-tool on Freenode >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Packer" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/packer-tool/ef22668f-a996-44bd-80d3-6490f5e82964%40googlegroups.com >>>> <https://groups.google.com/d/msgid/packer-tool/ef22668f-a996-44bd-80d3-6490f5e82964%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/packer/issues >> IRC: #packer-tool on Freenode >> --- >> You received this message because you are subscribed to the Google Groups >> "Packer" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/packer-tool/7a548248-f983-49fd-8fd5-2cc4f3239d2e%40googlegroups.com >> <https://groups.google.com/d/msgid/packer-tool/7a548248-f983-49fd-8fd5-2cc4f3239d2e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt_X%2BjQpAikJ%3Dvh0juBffNf057jDEgscP4WRRD4PvaP6PA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
