diff options
Diffstat (limited to 'perl-install/standalone')
-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 c40ba9350..cbca4beb7 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -115,7 +115,7 @@ foreach my $hw_class (@harddrake::data::tree) { undef @configurator_pool; } - next if $is_globetrotter && $configurator_pool[0] !~ /drakupdate_fstab/; + next if $is_globetrotter && !$hw_class->{automatic}; next unless -x first(split /\s+/, $configurator_pool[0]); my ($pid, $no, $res); if (!$hw_class->{automatic}) { |