hashicorp / packer-plugin-virtualbox

Packer plugin for VritualBox Builder
https://www.packer.io/docs/builders/virtualbox
Mozilla Public License 2.0
22 stars 36 forks source link

Add support for toggling audio driver flag based on VBox version #141

Closed nywilken closed 3 weeks ago

nywilken commented 1 month ago

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