mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 08:01:14 +02:00
Merge pull request #3180 from flatcar/kai/drm-console
sys-kernel/coreos-modules: Reenable console support for DRM
This commit is contained in:
commit
a29d5b5ff0
1
changelog/bugfixes/2025-08-11-drm-console.md
Normal file
1
changelog/bugfixes/2025-08-11-drm-console.md
Normal file
@ -0,0 +1 @@
|
||||
- Reenabled console support for DRM drivers, so that with the virtio graphics driver the interactive console is shown again after boot ([Flatcar#1834](https://github.com/flatcar/Flatcar/issues/1834))
|
@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_COMMIT="1eb892c1970a158247b3709f81d03b44de7d806e" # flatcar-master
|
||||
EGIT_COMMIT="31ba2964ce5e77ae5553eb0a3624afcc7078bb09" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
@ -169,9 +169,12 @@ CONFIG_DM_VERITY=m
|
||||
CONFIG_DM_ZERO=m
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
CONFIG_DRM=m
|
||||
CONFIG_DRM_FBDEV_EMULATION=y
|
||||
CONFIG_DRM_QXL=m
|
||||
CONFIG_DRM_SIMPLEDRM=m
|
||||
CONFIG_DRM_TTM_HELPER=m
|
||||
CONFIG_DRM_VIRTIO_GPU=m
|
||||
CONFIG_DST_CACHE=y
|
||||
# CONFIG_DRM_FBDEV_EMULATION is not set
|
||||
CONFIG_DUMMY=m
|
||||
CONFIG_DYNAMIC_DEBUG=y
|
||||
CONFIG_E100=m
|
||||
|
Loading…
x
Reference in New Issue
Block a user