commit: b96220bf416e07480c2b38cc0da408bf17595f78 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue Feb 3 06:40:55 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Feb 3 06:40:55 2026 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=b96220bf
Cleanup Remove old dist kernel test from livecd-tools. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> kernel/livecd-amd64.config | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kernel/livecd-amd64.config b/kernel/livecd-amd64.config deleted file mode 100644 index d67db57..0000000 --- a/kernel/livecd-amd64.config +++ /dev/null @@ -1,21 +0,0 @@ -# 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
