From f6dcb4e93ed5abdcb1f2a06c9045ecb33c8ac89b Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Wed, 5 Jun 2024 02:42:03 +0000 Subject: kernel/livecd-amd64.config: Disable DRM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable DRM from being built to save on space and boot time errors on Dist Kernel livecds Signed-off-by: Ian Jordan Signed-off-by: Andreas K. Hüttel --- kernel/livecd-amd64.config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kernel/livecd-amd64.config 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 -- cgit v1.2.3-65-gdbad