summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-11 09:58:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-11 09:58:25 +0000
commitb215d244d9277d97e2d924e2d4664488ad9c4fa7 (patch)
tree310076e32fecaf74053d1d4a9c2a7edc3629cef8
parentf1b28317af15c7c019d4043adb96cf3548a6e5b6 (diff)
downloaddrakx-backup-do-not-use-b215d244d9277d97e2d924e2d4664488ad9c4fa7.tar
drakx-backup-do-not-use-b215d244d9277d97e2d924e2d4664488ad9c4fa7.tar.gz
drakx-backup-do-not-use-b215d244d9277d97e2d924e2d4664488ad9c4fa7.tar.bz2
drakx-backup-do-not-use-b215d244d9277d97e2d924e2d4664488ad9c4fa7.tar.xz
drakx-backup-do-not-use-b215d244d9277d97e2d924e2d4664488ad9c4fa7.zip
the standard kernel is bigmem compliant, no need to install kernel-smp for this (bugzilla #15353)
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index f3b1c34cc..2dfa0cf14 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -208,7 +208,6 @@ sub bestKernelPackage {
is_xbox() ? '-xbox' :
detect_devices::is_i586() ? '-i586-up-1GB' :
!detect_devices::has_cpu_flag('pae') ? ('-i686-up-4GB', '-i586-up-1GB') :
- detect_devices::BIGMEM() ? ('-enterprise', '-smp') :
detect_devices::hasSMP() ? '-smp' :
'';
foreach my $prefered_ext (@prefered_exts, '') {