From b8b2783bb98012a98d8b80acee354e832001978d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 18 Nov 2011 08:04:03 -0500 Subject: Create a kernel-modules-extra subpackage This creates a modules-extra subpackage which places a number of less frequently used modules into the extra directory under /lib/modules/`uname -r`/. This reduces the size of the default kernel package while still allowing those modules to be built and installed if needed. We also limit the security exposure by keeping these modules out of the default install. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index af3b48453..4bcf7e212 100644 --- a/TODO +++ b/TODO @@ -98,3 +98,8 @@ *********************************************************************************** Spec file/config todos/cleanups + +* modules-extra: Do a few more things to make it a bit more robust. + - Allow for comments in the mod-extra.list file. + - Don't fail the build if a module is listed but not built (maybe). + - See if it can be tied into Kconfig instead of module names. -- cgit