https://bugzilla.novell.com/show_bug.cgi?id=757895 https://bugzilla.novell.com/show_bug.cgi?id=757895#c6 --- Comment #6 from Michael Chang <mchang@suse.com> 2012-06-19 06:32:04 UTC --- I think we should not create those unbootable menu entries by filtering out xen kernels in the 10_linux script. My idea is basically matching those file names and exclude them, if anyone know better way to distinguish them with usual kernel please let me know. Also we have lots of xen-* menu-entries created by 20_linux_xen, they are almost redundant, like the case of 10_linux, they're decided by simple wild card matching (even check with up-to-date upstream scripts) xen_list=`for i in /boot/xen*; do if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi done If we want to have tidy configs then we have to figure a way to filter out redundant entries. -- 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.