summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-02-21 21:38:22 +0000
committerThierry Vignaud <tv@mandriva.org>2010-02-21 21:38:22 +0000
commit498794df3f7a8755a5d144c6ede485245eafdd4c (patch)
tree33880d12a5978824517126016687a6011dbb6d90 /perl-install/standalone/harddrake2
parent166703973784727997f64cd27d7ff9e4b91d519e (diff)
downloaddrakx-backup-do-not-use-498794df3f7a8755a5d144c6ede485245eafdd4c.tar
drakx-backup-do-not-use-498794df3f7a8755a5d144c6ede485245eafdd4c.tar.gz
drakx-backup-do-not-use-498794df3f7a8755a5d144c6ede485245eafdd4c.tar.bz2
drakx-backup-do-not-use-498794df3f7a8755a5d144c6ede485245eafdd4c.tar.xz
drakx-backup-do-not-use-498794df3f7a8755a5d144c6ede485245eafdd4c.zip
display CPUID level in Id part
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 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 =>