summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 12:23:00 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 12:23:00 +0000
commit0857505da71223caee9f679e2b60a0a28a3e7b9c (patch)
tree2bd85398a101522738343573c283d1e3be455e36 /perl-install/install/pkgs.pm
parentd3f6e876d0d51d44127c8dfe25efd08ffeb657ef (diff)
downloaddrakx-backup-do-not-use-0857505da71223caee9f679e2b60a0a28a3e7b9c.tar
drakx-backup-do-not-use-0857505da71223caee9f679e2b60a0a28a3e7b9c.tar.gz
drakx-backup-do-not-use-0857505da71223caee9f679e2b60a0a28a3e7b9c.tar.bz2
drakx-backup-do-not-use-0857505da71223caee9f679e2b60a0a28a3e7b9c.tar.xz
drakx-backup-do-not-use-0857505da71223caee9f679e2b60a0a28a3e7b9c.zip
(bestKernelPackage) fallback to kernel-desktop
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 9b3d086a7..262fb790a 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -143,7 +143,7 @@ sub bestKernelPackage {
detect_devices::is_i586() ? '-desktop586' :
detect_devices::isLaptop() ? '-laptop' :
detect_devices::dmi_detect_memory() > 3.8 * 1024 ? '-server' :
- '';
+ '-desktop';
my @kernels = grep { $_ } map { packageByName($packages, "kernel$_-latest") } @preferred_exts, '';