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..." );