[PATCH 1/2] stage2: Added new target use/kms-no-free

Anton Midyukov antohami at altlinux.org
Mon Sep 7 18:26:15 MSK 2020


This target will allow the use of proprietary video drivers such
as nvidia. Needed for kworkstation.
---
 features.in/stage2/config.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/features.in/stage2/config.mk b/features.in/stage2/config.mk
index e5d958e68..52ee5d813 100644
--- a/features.in/stage2/config.mk
+++ b/features.in/stage2/config.mk
@@ -24,6 +24,9 @@ endif
 use/stage2/kms: use/stage2/drm
 	@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
 
+use/stage2/kms-no-free: use/stage2/drm
+	@$(call add,STAGE1_KMODULES,drm drm-radeon nvidia)
+
 # install mount.cifs to stage1
 # NB: there's builtin nfsmount there, no reason for nfs-utils
 use/stage2/cifs: use/stage2/net-cifs
-- 
2.25.4


--------------4F6E4613A517E9B40CFD5E92
Content-Type: text/x-patch; charset=UTF-8;
 name="0002-plymouth-Don-t-add-kernel-modules-drm.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment;
 filename="0002-plymouth-Don-t-add-kernel-modules-drm.patch"



More information about the devel-distro mailing list