From d7840728d26176feeb5e7d03e147960986131357 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 7 Mar 2001 17:14:48 +0000 Subject: (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 --- perl-install/modules.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install') 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; } -- cgit v1.2.1