diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-06-05 02:42:03 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-09 18:55:11 +0200 |
commit | f6dcb4e93ed5abdcb1f2a06c9045ecb33c8ac89b (patch) | |
tree | 2fdb558b02be27a07d106b04c01ef1be0a2f47db | |
parent | Add keymaps and Dracut module (diff) | |
download | livecd-tools-master.tar.gz livecd-tools-master.tar.bz2 livecd-tools-master.zip |
Disable DRM from being built to save on space and boot time errors on Dist Kernel livecds
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | kernel/livecd-amd64.config | 21 |
1 files changed, 21 insertions, 0 deletions
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 |