summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 5f092e5f0..7bd8297c7 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -921,6 +921,9 @@ sub miscellaneous {
if ($o->{miscellaneous}{HDPARM}) {
$_ .= join('', map { " $_=autotune" } grep { /ide.*/ } all("/proc/ide")) if !/ide.=autotune/;
}
+ if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) {
+ $_ .= " mem=nopentium";
+ }
#- keep some given parameters
#-TODO