From 188adbb9723c6c109ec75bf1bf2c168431a98cb4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Oct 2008 10:43:05 +0000 Subject: use a minimum rpmsrate level of 5 when netbook/nettop/low_resources systems are detected --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index d866218ac..9326bb600 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -12,7 +12,7 @@ sub rpmsrate_rate_max() { } sub rpmsrate_rate_default() { - 4; + devices::need_light_desktop() ? 5 : 4; } sub read_rpmsrate_raw { -- cgit v1.2.1