diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-28 23:52:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-28 23:52:57 +0000 |
commit | fcef7c0af0b51e7883fe6f78db5ab6f03be8000a (patch) | |
tree | 8321e6fa768420567bb3bcc06d18730b376facac /perl-install/modules.pm | |
parent | 55a6953f8ce1b586d8128feaa1a1e08c9f9beb03 (diff) | |
download | drakx-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar drakx-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.gz drakx-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.bz2 drakx-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.xz drakx-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 33f47a122..8c2c82cd4 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -148,6 +148,7 @@ my @drivers_by_category = ( "cdu31a" => "Sony CDU-31A", "sonycd535" => "Sony CDU-5xx", "isofs" => "iso9660", + "ide-cd" => "ide-cd", }], [ 'sound', { "alsa" => "ALSA sound module, many sound cards", |