From ddf079a9ac37e33407b07c8a3b0844fceec12de5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Jun 2004 23:26:36 +0000 Subject: still show info field if detect_devices::getIDE() failled to parse it for a known vendor string --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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")); -- cgit v1.2.1