1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | |||||||
-rw-r--r-- | perl-install/install/help/help.pm | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index fdeac19e6..bdfc2d4f7 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- stop claim selecting LSB group will install 2.4.x kernel (#39220) + Version 11.41 - 11 September 2008 - bump titles' size by 1 (eg: from 12 to 13 for default font settings) diff --git a/perl-install/install/help/help.pm b/perl-install/install/help/help.pm index 70aa3a785..15304280e 100644 --- a/perl-install/install/help/help.pm +++ b/perl-install/install/help/help.pm @@ -110,8 +110,7 @@ appropriate groups from that category. The special \"LSB\" group will configure your system so that it complies as much as possible with the Linux Standard Base specifications. - Selecting the \"LSB\" group will also install the \"2.4\" kernel series, -instead of the default \"2.6\" one. This is to ensure 100%%-LSB compliance + Selecting the \"LSB\" group will ensure 100%%-LSB compliance of the system. However, if you do not select the \"LSB\" group you will still have a system which is nearly 100%% LSB-compliant. |