From 70cc3a164a87b7b7c3da6654da3cfb9cf1fc4b09 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 9 Jan 2007 04:51:27 +0000 Subject: [PATCH] Reset character attributes before start of welcome banner, in case it's a serial console and remembers state from the previous program run. --- src/hci/shell_banner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci/shell_banner.c b/src/hci/shell_banner.c index 247a1053..0448f99c 100644 --- a/src/hci/shell_banner.c +++ b/src/hci/shell_banner.c @@ -43,7 +43,7 @@ int shell_banner ( void ) { int enter_shell = 0; /* Print welcome banner */ - printf ( "\n\n\n" BOLD "gPXE " VERSION + printf ( NORMAL "\n\n\n" BOLD "gPXE " VERSION NORMAL " -- Open Source Boot Firmware -- " CYAN "http://etherboot.org" NORMAL "\n" "Press Ctrl-B for the gPXE command line..." );