From f82af0033ce733c0fa0f9ef2dc641b62260e3dc2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Dec 2002 14:03:40 +0000 Subject: display "cpu #: " for cpus --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 04589fdba..ef22ba027 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -68,7 +68,7 @@ sub custom_id { my ($device, $str) = @_; defined($device->{device}) ? $device->{device} : (defined($device->{processor}) ? - "$device->{vendor_id} $device->{name} " . N("cpu number ") . $device->{processor} : + N("cpu # ") . $device->{processor} . ": " . $device->{'model name'} : (defined($device->{description}) ? $device->{description} : $str)); } -- cgit v1.2.1