summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move iscsi_tcp and related modules to kernel-core (rhbz 1249424)Josh Boyer2015-10-291-1/+1
|
* Linux v4.2-rc4-111-g8400935737bfJosh Boyer2015-07-311-2/+2
|
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-291-1/+1
| | | | - Reenable debugging options.
* Linux v3.19-8975-g3d883483dc0aJosh Boyer2015-02-201-1/+1
| | | | | - Add patch to fix intermittent hangs in nouveau driver - Move mtpspi and related mods to kernel-core for VMWare guests (rhbz 1194612)
* Enable TCM_USER (rhbz 1174986)Josh Boyer2014-12-171-1/+1
|
* Move isofs to kernel-coreJosh Boyer2014-05-091-1/+1
|
* Rename kernel-drivers to kernel-modulesJosh Boyer2014-05-011-3/+3
|
* Split kernel into kernel-core and kernel-drivers subpackagesJosh Boyer2014-04-291-0/+143
This creates kernel-core and kernel-drivers subpackages. The kernel package remains as a meta-package the requires both of the subpackages. This allows most installs to continue on as-is with upgrades working. The contents of the kernel-core and kernel-drivers subpackages are determined at build time through the filter-modules.sh script. This script "removes" pre-defined subsystems and modules and generates a filelist for the %files section of each subpackage. The contents of each are per-arch, with arch override files taken into account. This allows us to make the split useful for varying arches.