mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure the bootmenu is disabled by default. When not specified it will default to the hypervisor default behaviour, however this is not necessarily defined consistently across different distros. Therefore for a consistent behaviour, simply ensure it is always configured to be off, unless explicitly required to be enabled when the boot order is configured. Fixes: #947