Now only 50plymouth module can pull in 50drm and that's very limited. Because KMS capable drm drivers are much needed in initrd to have a frame buffer console on the screen. Particularly, when building kdump initrd, plymouth module is omitted, but drm is necessary to setup a working screen for one sitting in front of a monitor. Signed-off-by: WANG Chao <chaowang@xxxxxxxxxx> --- modules.d/50drm/module-setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh index bf33c5b..648e8f4 100644 --- a/modules.d/50drm/module-setup.sh +++ b/modules.d/50drm/module-setup.sh @@ -3,6 +3,10 @@ # ex: ts=8 sw=4 sts=4 et filetype=sh check() { + if [[ $hostonly ]] && [ -d /sys/module/drm/drivers ]; then + return 0 + fi + return 255 } -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html