test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

feat: support setting extra data for VirtualBox #493

Open thumperward opened 6 months ago

thumperward commented 6 months ago

Description

VirtualBox supports supplying VMs with additional data using the setextradata command in VBoxManage. Setting data here is sometimes necessary to get guests to boot on unfamiliar systems (such as by telling the guest not to try to read SMC data from the host).

As this is VirtualBox-specific, it's implemented using a magic value to the customize block.

Issues Resolved

Type of Change

feat (non-breaking new feature)

Check List