mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
sys-kernel/coreos-kernel: demote Xen framebuffer to module
The Xen framebuffer driver, on HVM EC2 instances, fails to connect to device/vfb/0 on the xenbus. This causes a 30-second boot delay on certain architectures since the support is compiled in. Demoting to a module increases boot speed by 30 seconds.
This commit is contained in:
parent
145dab3547
commit
c99447b43b
@ -2563,7 +2563,7 @@ CONFIG_FB_EFI=y
|
||||
# CONFIG_FB_SMSCUFX is not set
|
||||
# CONFIG_FB_UDL is not set
|
||||
# CONFIG_FB_VIRTUAL is not set
|
||||
CONFIG_XEN_FBDEV_FRONTEND=y
|
||||
CONFIG_XEN_FBDEV_FRONTEND=m
|
||||
# CONFIG_FB_METRONOME is not set
|
||||
# CONFIG_FB_MB862XX is not set
|
||||
# CONFIG_FB_BROADSHEET is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user