Bug#324675: Fix for display of boot message

2005-12-03 Thread Ben Collins
On Thu, 2005-11-17 at 00:00 -0800, Jurij Smakov wrote: severity 324675 normal merge 306012 324675 tags 324675 patch thanks Hi, I believe that this problem arises due to a logic error in print_message() function from second/misc.c, which is called to print the boot banner. It supports

Bug#324675: Fix for display of boot message

2005-11-18 Thread Wiktor Wandachowicz
Jurij Smakov wrote: Hi, I believe that this problem arises due to a logic error in print_message() function from second/misc.c, which is called to print the boot banner. It supports substitution of some variables like ${ARCH} and ${PROM}, however if no such variables are found in the text,

Bug#324675: Fix for display of boot message

2005-11-18 Thread Frans Pop
On Thursday 17 November 2005 09:00, Jurij Smakov wrote: The attached patch fixes the problem by ensuring that the message is printed in the end. It works for me, would be great if somebody else could confirm it. I've built a local version of silo using the patch and can confirm that it works.

Bug#324675: Fix for display of boot message

2005-11-17 Thread Jurij Smakov
severity 324675 normal merge 306012 324675 tags 324675 patch thanks Hi, I believe that this problem arises due to a logic error in print_message() function from second/misc.c, which is called to print the boot banner. It supports substitution of some variables like ${ARCH} and ${PROM},