summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-23 23:10:54 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-23 23:10:54 +0000
commit4d332342323ca63790d0237a4503cd359d914e80 (patch)
treec7669d6272cc3e0ec9c8d75f86bbb718de295168 /perl-install
parent5a4e6d315a7eaa1bbbc6010bb8161e8f6b08b150 (diff)
downloaddrakx-backup-do-not-use-4d332342323ca63790d0237a4503cd359d914e80.tar
drakx-backup-do-not-use-4d332342323ca63790d0237a4503cd359d914e80.tar.gz
drakx-backup-do-not-use-4d332342323ca63790d0237a4503cd359d914e80.tar.bz2
drakx-backup-do-not-use-4d332342323ca63790d0237a4503cd359d914e80.tar.xz
drakx-backup-do-not-use-4d332342323ca63790d0237a4503cd359d914e80.zip
merge fix from MDK-10-branch: tv modules weren't loaded on boot
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 638bebd5b..cb4d2ae2e 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -318,7 +318,7 @@ sub write_conf() {
}
my @l;
push @l, 'scsi_hostadapter' if !is_empty_array_ref($conf{scsi_hostadapter}{probeall});
- push @l, grep { detect_devices::matching_driver('^$_$') } qw(bttv cx8800 saa7134);
+ push @l, grep { detect_devices::matching_driver("^$_\$") } qw(bttv cx8800 saa7134);
my @l_26 = @l;
if (my ($agp) = probe_category('various/agpgart')) {
push @l_26, $agp->{driver};