summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-07 17:14:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-07 17:14:48 +0000
commitd7840728d26176feeb5e7d03e147960986131357 (patch)
treebff6e9d6268a3e97c9798f73aa37f1342e323c5b /perl-install/modules.pm
parentb1d05dc7fee97d03da6b1d71e596fab012ebc371 (diff)
downloaddrakx-d7840728d26176feeb5e7d03e147960986131357.tar
drakx-d7840728d26176feeb5e7d03e147960986131357.tar.gz
drakx-d7840728d26176feeb5e7d03e147960986131357.tar.bz2
drakx-d7840728d26176feeb5e7d03e147960986131357.tar.xz
drakx-d7840728d26176feeb5e7d03e147960986131357.zip
(add_alias): remove the alias block-major-11 as it's overriding the
default alias to sr_mod, and is uneeded with scsi_hostadapter being added to /etc/modules.conf
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index a436ece91..464fc478c 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -398,9 +398,6 @@ sub add_alias {
if ($name =~ /^snd-card-/) {
$conf{$name}{"post-install"} = "modprobe snd-pcm-oss";
}
- if ($alias eq 'scsi_hostadapter') {
- add_alias('block-major-11', $alias);
- }
$alias;
}