From 498794df3f7a8755a5d144c6ede485245eafdd4c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 21 Feb 2010 21:38:22 +0000 Subject: display CPUID level in Id part --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 9b9bc3fa7..58392ff4f 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -132,7 +132,7 @@ my %groups = ( }, CPU => { - $identification => [ qw(processor vendor_id), "model name", "cpu family", qw(model level stepping) ], + $identification => [ qw(processor vendor_id), "model name", "cpu family", qw(model level stepping), "cpuid level" ], N("Performances") => [ "cpu MHz", "cache size", "bogomips" ], }, HARDDISK => -- cgit v1.2.1