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.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 01ad63caa..9156f49e2 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -788,9 +788,6 @@ sub setupBootloaderBefore {
if ($o->{miscellaneous}{HDPARM}) {
bootloader::add_append($o->{bootloader}, $_, 'autotune') foreach grep { /ide.*/ } all("/proc/ide");
}
- if (grep { /Athlon|Duron/ } cat_("/proc/cpuinfo")) {
- bootloader::add_append($o->{bootloader}, 'mem', 'nopentium');
- }
if (arch() =~ /alpha/) {
if (my $dev = fsedit::get_root($o->{fstab})) {