[PATCH 2/2] plymouth: Don't add kernel modules drm

Anton Midyukov antohami at altlinux.org
Mon Sep 7 18:31:21 MSK 2020


Don't add drm modules this way. This creates problems for
customization of distributions. For example, it does not allow the
use of the proprietary nvidia driver in the distribution.
Needed for kworkstation.
---
 features.in/plymouth/README    | 5 +++++
 features.in/plymouth/config.mk | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/features.in/plymouth/README b/features.in/plymouth/README
index 46a994a1d..8308edbde 100644
--- a/features.in/plymouth/README
+++ b/features.in/plymouth/README
@@ -3,3 +3,8 @@
 с фичей branding по объективным причинам, но оформлена отдельно
 для возможности собирать образы с частичным брендированием либо
 "без излишеств".
+
+Для работы plymouth требуются drm-модули ядра. Ранее они
+добавлялись скопом, но это не позволяло задействовать
+проприетарный драйвер Nvidia, а также по своему выбору
+определять какие драйвера использовать.
diff --git a/features.in/plymouth/config.mk b/features.in/plymouth/config.mk
index ea6e541b0..c1110db77 100644
--- a/features.in/plymouth/config.mk
+++ b/features.in/plymouth/config.mk
@@ -41,7 +41,6 @@ ifeq (distro,$(IMAGE_CLASS))
 	@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth)
 endif
 	@$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio)
-	@$(call add,BASE_KMODULES_REGEXP,drm.*)
 	@$(call add,THE_BRANDING,bootsplash)
 	@$(call add,THE_PACKAGES,make-initrd-plymouth)
 
-- 
2.25.4


--------------4F6E4613A517E9B40CFD5E92--


More information about the devel-distro mailing list