summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index b758ea9af..bcc27d62d 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -922,9 +922,10 @@ 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";
- }
+ #- Pixel don't want such things :-( kernel guys have to fix the kernel.
+ #- if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) {
+ #- $_ .= " mem=nopentium";
+ #- }
#- keep some given parameters
#-TODO