diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-04 08:02:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-04 08:02:27 +0000 |
commit | 34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96 (patch) | |
tree | dce3fbf638a67214cb6659fc0229ef428fabbe32 /perl-install/standalone/service_harddrake | |
parent | 187eef4599e31c0a96ff22896dfae0586b127494 (diff) | |
download | drakx-34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96.tar drakx-34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96.tar.gz drakx-34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96.tar.bz2 drakx-34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96.tar.xz drakx-34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96.zip |
remove what should had never been commited
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-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; |