diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-29 15:30:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-29 15:30:23 +0000 |
commit | d0cf48bf5c629d174a78b68ccd185e149ecf2194 (patch) | |
tree | da207d6adf27dcacf0c893198fec52126ad1c56e /perl-install/standalone/service_harddrake | |
parent | f98aa98498cd9560387c9d7426f5d82f29b2786d (diff) | |
download | drakx-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-x | perl-install/standalone/service_harddrake | 2 |
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 |