diff options
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 17b5d702e..f21f6e9a1 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -378,7 +378,7 @@ foreach (@classes) { # EIDE detection incoherency: if ($_->{bus} && $_->{bus} eq 'ide') { $_->{channel} = $_->{channel} ? N("secondary") : N("primary"); - delete $_->{info}; + delete $_->{info} if $_->{Vendor}; } if (defined $_->{capacity}) { my ($burner, $dvd) = (N("burner"), N("DVD")); |