13 Mar
2007
13 Mar
'07
19:13
https://bugzilla.novell.com/show_bug.cgi?id=250251 ------- Comment #6 from felix@derklecks.de 2007-03-13 13:13 MST ------- I did a little research on this problem tonight. After the installation of a kernel /sbin/update-bootloader is called. This uses /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/LILO.pm which does arround line 100:
$name =~ s/^linux-//i if length ($name)>11;
while (length($name)>11) { # cut off last word, break if no more found last unless $name =~ s/ \S*$//; }
-- 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.