diff options
-rwxr-xr-x | perl-install/standalone/service_harddrake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 9efe46b3f..e428145d9 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -113,10 +113,6 @@ foreach my $hw_class (@harddrake::data::tree) { modules::load_and_configure($modules_conf, 'ohci1394') if $Ident eq 'FIREWIRE_CONTROLLER' && any { $_->{driver} eq 'ohci1394' } @added; @added || @was_removed or next; - if (harddrake::data::is_removable($Ident)) { - modules::load_category('floppy') if $Ident eq 'FLOPPY'; - } - next if $Ident eq 'MOUSE' && $curr_kernel ne $prev_kernel; my @configurator_pool; |