summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-29 15:30:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-29 15:30:23 +0000
commitd0cf48bf5c629d174a78b68ccd185e149ecf2194 (patch)
treeda207d6adf27dcacf0c893198fec52126ad1c56e /perl-install/standalone/service_harddrake
parentf98aa98498cd9560387c9d7426f5d82f29b2786d (diff)
downloaddrakx-d0cf48bf5c629d174a78b68ccd185e149ecf2194.tar
drakx-d0cf48bf5c629d174a78b68ccd185e149ecf2194.tar.gz
drakx-d0cf48bf5c629d174a78b68ccd185e149ecf2194.tar.bz2
drakx-d0cf48bf5c629d174a78b68ccd185e149ecf2194.tar.xz
drakx-d0cf48bf5c629d174a78b68ccd185e149ecf2194.zip
- disable imm/ppa probe during install since it causes some rubbish to be printed (bugzilla #12560)
- add an option in harddrake to probe imm/ppa
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 644bd56bc..fedd0fd58 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -92,7 +92,7 @@ foreach my $hw_class (@harddrake::data::tree) {
my $i = $_;
my $id = defined $i->{device} ? $i->{device} : join(':', map { $i->{$_} } qw(vendor id subvendor subid));
$id => $i;
- } eval { &$detector };
+ } eval { $detector->({}) };
$config{$Ident} = \%ID;
next if !$is_globetrotter && !$force && is_empty_hash_ref($previous_config); # do not fsck on first run but if --force