mirror of https://github.com/ipxe/ipxe.git
Reset character attributes before start of welcome banner, in case
it's a serial console and remembers state from the previous program run.pull/1/head
parent
aaca21a2b6
commit
70cc3a164a
|
@ -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..." );
|
||||
|
|
Loading…
Reference in New Issue