summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-30 14:19:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-30 14:19:45 +0000
commit3a9a3654d1112f9a59d46846b579b7a803167713 (patch)
treeff22de65c16c1ca97c05dfd412811f7fc33bff6c /perl-install/modules.pm
parentc43bcd59341ad062c0c44e7f274f6683b386e1eb (diff)
downloaddrakx-backup-do-not-use-3a9a3654d1112f9a59d46846b579b7a803167713.tar
drakx-backup-do-not-use-3a9a3654d1112f9a59d46846b579b7a803167713.tar.gz
drakx-backup-do-not-use-3a9a3654d1112f9a59d46846b579b7a803167713.tar.bz2
drakx-backup-do-not-use-3a9a3654d1112f9a59d46846b579b7a803167713.tar.xz
drakx-backup-do-not-use-3a9a3654d1112f9a59d46846b579b7a803167713.zip
xxx-agp is not loaded at install, so when_load() is not the right place
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index e37777e73..47c3bec8c 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -378,7 +378,6 @@ sub when_load {
load('snd-pcm-oss') if $name =~ /^snd-/;
add_alias('ieee1394-controller', $name) if member($name, 'ohci1394');
add_probeall('usb-interface', $name) if member($name, qw(usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd));
- add_alias('/dev/agpgart', $name) if $name =~ /-agp$/;
$conf{$name}{options} = join " ", @options if @options;