You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
These boxes do not run in WSL2 due to the below customization. It tries to add alsa sound, but for WSL it needs to be dsound since Virtualbox is actually running on Windows. Could you possibly remove override from the config? I believe this would allow us to use our own Vagrantfile override.Thank you!
I am unable to since I am using it as part of my Ansible/Molecule setup, but I am typically able to override box/provider settings with my own. I believe the issue here is the Vagrantfile for these boxes use an override statement. After some testing, this is what is not allowing me to set my own sound_type. The override setting may have been there to fix something else, but if it looks good to you a submitted a pull request with the changes.
I also want to add, thank you for these boxes. They have helped me out tremendously!
These boxes do not run in WSL2 due to the below customization. It tries to add alsa sound, but for WSL it needs to be dsound since Virtualbox is actually running on Windows. Could you possibly remove
override
from the config? I believe this would allow us to use our own Vagrantfile override.Thank you!The text was updated successfully, but these errors were encountered: