commit:     f6dcb4e93ed5abdcb1f2a06c9045ecb33c8ac89b
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Wed Jun  5 02:42:03 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 16:55:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=f6dcb4e9

kernel/livecd-amd64.config: Disable DRM

Disable DRM from being built to save on space and boot time errors on Dist 
Kernel livecds

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 kernel/livecd-amd64.config | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/kernel/livecd-amd64.config b/kernel/livecd-amd64.config
new file mode 100644
index 0000000..d67db57
--- /dev/null
+++ b/kernel/livecd-amd64.config
@@ -0,0 +1,21 @@
+# Kernel config for AMD64 Livecds
+
+#Disable DRM support from being built on livecds to save space and load errors.
+DRM=n
+DRM_RADEON=n
+DRM_AMDGPU=n
+DRM_NOUVEAU=n
+DRM_I915=n
+DRM_XE=n
+DRM_VGEM=n
+DRM_VKMS=n
+DRM_VMWGFX=n
+DRM_GMA500=n
+DRM_MGAG200=n
+DRM_AST=n
+DRM_QXL=n
+DRM_VIRTIO_GPU=n
+DRM_BOCHS=n
+DRM_CIRRUS_QEMU=n
+DRM_GM12U320=n
+DRM_PANEL_MIPI_DBI=n

Reply via email to