packer-plugin-virtualbox
packer-plugin-virtualbox copied to clipboard
Add support for toggling audio driver flag based on VBox version
The latest change to replace the VBox 7.0 deprecated flag --audio with
the new flag --audio-driver resulted in a regression for 6.x versions.
This change adds version detection logic to determine the appropriate
flag to use for configuring sound on the running VM.
Closes #139