From eb7f83be858dcf7d8a20721d807e3c73a0363858 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 23 Jan 2002 18:40:37 +0000 Subject: restored mem=nopentium. --- perl-install/install_steps.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index bcc27d62d..e24bac95b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -922,10 +922,9 @@ sub miscellaneous { if ($o->{miscellaneous}{HDPARM}) { $_ .= join('', map { " $_=autotune" } grep { /ide.*/ } all("/proc/ide")) if !/ide.=autotune/; } - #- Pixel don't want such things :-( kernel guys have to fix the kernel. - #- if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) { - #- $_ .= " mem=nopentium"; - #- } + if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) { + $_ .= " mem=nopentium"; + } #- keep some given parameters #-TODO -- cgit v1.2.1