diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-11-18 08:04:03 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-11-29 09:02:14 -0500 |
commit | b8b2783bb98012a98d8b80acee354e832001978d (patch) | |
tree | 3623c6189f53bc7b50188cb01b6051266c445aba /TODO | |
parent | 5e296fd758666d54893c32d9f20607d4a7d09f49 (diff) | |
download | kernel-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-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |