From 50f71ca0f86755e34d89e2685f1dad815426f0fb Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 29 Sep 2003 09:45:09 +0000 Subject: commiting uncommitted fixes about kernel-i686 needed prefered in choices. --- perl-install/pkgs.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 8037c9fa2..9c4afeedd 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -225,7 +225,10 @@ sub packageCallbackChoices { } else { my @l = grep { #- or if a kernel has to be chosen, chose the basic one. - $_->arch ne 'src' && $_->name =~ /kernel-\d/ and return $_; + if ($_->arch ne 'src') { + $_->name =~ /kernel-\d/ and return $_; + $_->name =~ /kernel-i686/ and return $_; + } #- or even if a package requires a specific locales which #- is already selected. -- cgit v1.2.1