summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-23 18:40:37 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-23 18:40:37 +0000
commiteb7f83be858dcf7d8a20721d807e3c73a0363858 (patch)
tree6445f5f2d7eae721830990e35a1db1301748c4f0 /perl-install/install_steps.pm
parent985a95ed0b0b3591d9d7c7aac69ec2a2ecae06ba (diff)
downloaddrakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.gz
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.bz2
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.tar.xz
drakx-backup-do-not-use-eb7f83be858dcf7d8a20721d807e3c73a0363858.zip
restored mem=nopentium.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files 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