summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
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"));