https://bugzilla.novell.com/show_bug.cgi?id=753889 https://bugzilla.novell.com/show_bug.cgi?id=753889#c2 Michael Chang <mchang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Michael Chang <mchang@suse.com> 2012-03-29 10:18:16 UTC --- This is due to bash's filename expansion is alphabetically sorted, need to figure out a way to make it sort by time (afaics bash has no shopt options could do that). Upstream seems to be the same. JFYI, the script that determines the order is like list=`for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do` if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi done -- 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.