hashicorp / hashicorp/packer-plugin-virtualbox

Update options validation for 7.x

Open
#180 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
29
Forks
45
PR merge metrics
No merged PRs in 30d

Description

#### Community Note

Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

#### Description

In VBox 7.1.x the graphics controller option gained `QemuRamFB` as a valid choice, but packer says it's not a valid value.

#### Use Case(s)

`QemuRamFB` is apparently required to successfully boot arm64 machines using VBox 7.2+ under macOS.

#### Potential configuration

```
gfx_controller = "QemuRamFB"
```

#### Potential References

https://docs.oracle.com/en/virtualization/virtualbox/7.1/user/vboxmanage.html#vboxmanage-cmd-overview__synopsis-vboxmanage-modifyvm-general

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.