diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 23:23:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 23:23:12 +0000 |
commit | 86793e058ed27688ac705f30728d87955222f87c (patch) | |
tree | e857b570632ab5cae53769759108e82881ceae5b /kernel/list_modules.pm | |
parent | 6b1d5299f4946bb90a4e7c781692afe070689e88 (diff) | |
download | drakx-86793e058ed27688ac705f30728d87955222f87c.tar drakx-86793e058ed27688ac705f30728d87955222f87c.tar.gz drakx-86793e058ed27688ac705f30728d87955222f87c.tar.bz2 drakx-86793e058ed27688ac705f30728d87955222f87c.tar.xz drakx-86793e058ed27688ac705f30728d87955222f87c.zip |
reorder modules to have most used modules at the beginning of the mar's
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ce9ec9765..650befc24 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -75,7 +75,7 @@ our %l = ( pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs) ], #ide_cs raw => [ qw(scsi_mod sd_mod) ], usb => [ qw(usb-storage) ], - cdrom => [ qw(ide-cd sr_mod cdrom) ], + cdrom => [ qw(ide-cd cdrom sr_mod) ], }, ################################################################################ |