summaryrefslogtreecommitdiffstats
path: root/kernel/list_modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-05 10:23:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-05 10:23:56 +0000
commit33df5882b6955b05bbea6eeceb414dec2cfacf2f (patch)
treed7907923a28eb457df5ca191c95a11e7d31f02b3 /kernel/list_modules.pm
parent67f354c874fab8e94885b42d3108797689a19921 (diff)
downloaddrakx-backup-do-not-use-33df5882b6955b05bbea6eeceb414dec2cfacf2f.tar
drakx-backup-do-not-use-33df5882b6955b05bbea6eeceb414dec2cfacf2f.tar.gz
drakx-backup-do-not-use-33df5882b6955b05bbea6eeceb414dec2cfacf2f.tar.bz2
drakx-backup-do-not-use-33df5882b6955b05bbea6eeceb414dec2cfacf2f.tar.xz
drakx-backup-do-not-use-33df5882b6955b05bbea6eeceb414dec2cfacf2f.zip
better comment
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r--kernel/list_modules.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 2b8dfd2d8..0da372abc 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -6,10 +6,8 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(load_dependencies dependencies_closure category2modules module2category sub_categories);
# the categories have 2 purposes
-# - choosing modules to include on stage1's (cf update_kernel)
-# (scsi/main scsi/main+hardware_raid
-# - performing a load_thiskind or get_that_type
-# (usb scsi|disk net isdn tv scanner photo sound)
+# - choosing modules to include on stage1's (cf update_kernel and mdk-stage1/pci-resource/update-pci-ids.pl)
+# - performing a load_category or probe_category (modules.pm and many files in perl-install)
our %l = (
################################################################################