https://bugzilla.novell.com/show_bug.cgi?id=299683#c12 --- Comment #12 from Ladislav Slezak <lslezak@novell.com> 2007-08-30 02:12:18 MST --- The problem might be in Kernel.ycp (I don't know if Mode::normal() is set in the repair mode): if (Mode::normal ()) { while (the_kernel != "" && !Pkg::IsProvided (the_kernel)) { the_kernel = fallbacks[the_kernel]:""; y2milestone ("Not provided, falling back to '%1'", the_kernel); } } Pkg::IsProvided() checks whether the tag is provided by any package, the problem is that 'kernel-smp' is provided by 'kernel-default', so Kernel.ycp returns 'kernl-smp' even if the package 'kernel-smp' is not available. Sounds like duplicate of #302246 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.