summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-10 09:05:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-10 09:05:57 +0000
commit29dd33bcb73e8452806a9bef4a5f42246724783e (patch)
treef6f1b83b8fe6ffb2ac1981e6ac67928bf1dec503 /perl-install/pkgs.pm
parentd5ef0caceb8d55ded77e0b65b31d0ffb8b454774 (diff)
downloaddrakx-backup-do-not-use-29dd33bcb73e8452806a9bef4a5f42246724783e.tar
drakx-backup-do-not-use-29dd33bcb73e8452806a9bef4a5f42246724783e.tar.gz
drakx-backup-do-not-use-29dd33bcb73e8452806a9bef4a5f42246724783e.tar.bz2
drakx-backup-do-not-use-29dd33bcb73e8452806a9bef4a5f42246724783e.tar.xz
drakx-backup-do-not-use-29dd33bcb73e8452806a9bef4a5f42246724783e.zip
remove debug code
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index e86876d70..ada980b8d 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -201,7 +201,7 @@ sub bestKernelPackage {
@kernels = @l;
}
my $prefered_ext =
- detect_devices::is_i586() || 1 ? 'i586-up-1GB' :
+ detect_devices::is_i586() ? 'i586-up-1GB' :
c::dmiDetectMemory() > 4 * 1024 ? 'enterprise' :
detect_devices::hasSMP() ? 'smp' :
'';