Bugzilla – Bug 397067
broken original name for XEN
Last modified: 2008-09-12 12:52:51 UTC
During installation yast2-bootloader proposes boot section for XEN with "original_name" like "xen". perl-Bootloader changes "original_name" to "xen-xen". :( The problem is that other "original_name" for XEN is not handling in yast2-bootloader. After that menu.lst includes broken boot section for XEN or duplicated boot section for XEN. :( logs are in bug #396810
The problem here is, that there are already existing xen sections (proposed and written by yast?) containing the original_name xen in their comment line. So the (xen) sections added by perl-Bootloader have to create a comment line (and so an original_name) different from the existing section. Therefore it normally appends the version and flavor to the original name, what is the expected behavior. I saw that the version part is missing, this is the only thing I can fix.
Reassigning to new maintainer of perl-Bootloader.
fixed in svn. will be in perl-Bootloader 0.4.70.
0.4.70 released, if problem still happen please reopen with actual logs