summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-11-18 08:04:03 -0500
committerJosh Boyer <jwboyer@redhat.com>2011-11-29 09:02:14 -0500
commitb8b2783bb98012a98d8b80acee354e832001978d (patch)
tree3623c6189f53bc7b50188cb01b6051266c445aba /TODO
parent5e296fd758666d54893c32d9f20607d4a7d09f49 (diff)
downloadkernel-b8b2783bb98012a98d8b80acee354e832001978d.tar.gz
kernel-b8b2783bb98012a98d8b80acee354e832001978d.tar.xz
kernel-b8b2783bb98012a98d8b80acee354e832001978d.zip
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
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.