diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-23 15:00:22 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-23 15:00:22 +0000 |
commit | db833c1f6c87b6d4f4b54e7edf72f7a7121a2430 (patch) | |
tree | 0e232aaa48efe6e4d8d81bfec4672717e0ab9c99 /perl-install | |
parent | 66f6c0d3d5cea878320e069ad8eb806f9e1e0339 (diff) | |
download | drakx-db833c1f6c87b6d4f4b54e7edf72f7a7121a2430.tar drakx-db833c1f6c87b6d4f4b54e7edf72f7a7121a2430.tar.gz drakx-db833c1f6c87b6d4f4b54e7edf72f7a7121a2430.tar.bz2 drakx-db833c1f6c87b6d4f4b54e7edf72f7a7121a2430.tar.xz drakx-db833c1f6c87b6d4f4b54e7edf72f7a7121a2430.zip |
removed mem=nopentium.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 7 |
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 |