summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorMichael Brown2007-01-09 05:51:27 +0100
committerMichael Brown2007-01-09 05:51:27 +0100
commit70cc3a164a87b7b7c3da6654da3cfb9cf1fc4b09 (patch)
tree63b720d5ca890c031ca281f32b9b25f8698d477c /src/hci
parentWe can't assert that the RX engine is idle in iscsi_done(), because it (diff)
downloadipxe-70cc3a164a87b7b7c3da6654da3cfb9cf1fc4b09.tar.gz
ipxe-70cc3a164a87b7b7c3da6654da3cfb9cf1fc4b09.tar.xz
ipxe-70cc3a164a87b7b7c3da6654da3cfb9cf1fc4b09.zip
Reset character attributes before start of welcome banner, in case
it's a serial console and remembers state from the previous program run.
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/shell_banner.c2
1 files changed, 1 insertions, 1 deletions
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..." );