mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
2b6b41e7f9
commit
d7ba8a608d
1
changelog/bugfixes/2026-04-28-virtualbox.md
Normal file
1
changelog/bugfixes/2026-04-28-virtualbox.md
Normal 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.
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user