summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-05-01 21:10:44 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-05-01 21:10:48 -0400
commitaa73513f1f7a605ef96dbee6801cfbb327336037 (patch)
tree9880dcdbdeb767f684eb5db903e3adef5bbcf528 /filter-modules.sh
parent33520650783ef329668c4736cba5dfb44d1f8125 (diff)
downloadkernel-aa73513f1f7a605ef96dbee6801cfbb327336037.tar.gz
kernel-aa73513f1f7a605ef96dbee6801cfbb327336037.tar.xz
kernel-aa73513f1f7a605ef96dbee6801cfbb327336037.zip
Rename kernel-drivers to kernel-modules
Diffstat (limited to 'filter-modules.sh')
-rwxr-xr-xfilter-modules.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter-modules.sh b/filter-modules.sh
index abe581278..f2480887a 100755
--- a/filter-modules.sh
+++ b/filter-modules.sh
@@ -2,15 +2,15 @@
#
# Called as filter-modules.sh list-of-modules Arch
-# This script filters the modules into the kernel-core and kernel-drivers
+# This script filters the modules into the kernel-core and kernel-modules
# subpackages. We list out subsystems/subdirs to prune from the installed
# module directory. What is left is put into the kernel-core package. What is
-# pruned is contained in the kernel-drivers package.
+# pruned is contained in the kernel-modules package.
#
# This file contains the default subsys/subdirs to prune from all architectures.
# If an architecture needs to differ, we source a per-arch filter-<arch>.sh file
# that contains the set of override lists to be used instead. If a module or
-# subsys should be in kernel-drivers on all arches, please change the defaults
+# subsys should be in kernel-modules on all arches, please change the defaults
# listed here.
# Set the default dirs/modules to filter out