sys-kernel/coreos-modules: Enable the vboxguest kernel module

This allows the VirtualBox image to actually boot. It broke when
upstream Ignition changed how the VirtualBox support works.

VirtualBox supports arm64 these days, so we could enable this in the
common config, but we don't currently produce an arm64 VirtualBox image,
and I don't propose that we start now.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2026-04-28 12:51:32 +01:00
parent b2da06d10f
commit 584901fffc
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Fixed booting the VirtualBox image, which was broken since upstream Ignition changed how their VirtualBox support works. The Vagrant VirtualBox image was unaffected.

View File

@ -108,6 +108,7 @@ CONFIG_TCG_INFINEON=m
CONFIG_TCG_NSC=m
CONFIG_UPROBE_EVENTS=y
CONFIG_USB_OHCI_HCD_SSB=y
CONFIG_VBOXGUEST=m
CONFIG_VFIO_PCI_IGD=y
CONFIG_VFIO_PCI_VGA=y
CONFIG_VHOST_VSOCK=m