From db833c1f6c87b6d4f4b54e7edf72f7a7121a2430 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 23 Jan 2002 15:00:22 +0000 Subject: removed mem=nopentium. --- perl-install/install_steps.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install') 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 -- cgit v1.2.1