https://bugzilla.novell.com/show_bug.cgi?id=224828 odabrunz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #2 from odabrunz@novell.com 2006-12-01 12:42 MST ------- AFAICS, the following happened here: 1. installation of 10.2 RC1 2. update of the kernel (probably with "rpm -U" or YOU) 3. update to 10.2 RC4 There are two issues: 1. The update of the kernel did not remove the old linux and failsafe sections: - openSUSE 10.2 - Failsafe -- openSUSE 10.2 This has been fixed in the bootloader_entry script in perl-Bootloader. The fix was not on RC1 though. Also, the kernel and initrd lines here still use the names of the links instead of the files with version numbers. Thus, they would not have been removed anyway. Newer yast2-bootloaders use the full file names with version, so the removal would have worked. When the linux section would have been gone at the end of the update, the linux section would have been recreated. To comment #2: The removal of old entries by the postuninstall script of the kernel does not depend on YAST_IS_RUNNING. It is done unconditionally. It did not work with the old bootloader_entry that still uses the --name parameter, and because the file names were still link names. This is an issue between RCs only. 2. The kernel was updated during the update to RC4, but the old entry for Kernel-2.6.18.2-33-default was not removed. This should not have happened, because the postuninstall script should have removed it. I need to reproduce this. I believe at least when the Kernel-2.6.18.2-33-default section was gone, a different section would have been made the default. Checking this as well. -- 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, or are watching someone who is.