mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Reset character attributes before start of welcome banner, in case
it's a serial console and remembers state from the previous program run.
This commit is contained in:
@@ -43,7 +43,7 @@ int shell_banner ( void ) {
|
|||||||
int enter_shell = 0;
|
int enter_shell = 0;
|
||||||
|
|
||||||
/* Print welcome banner */
|
/* Print welcome banner */
|
||||||
printf ( "\n\n\n" BOLD "gPXE " VERSION
|
printf ( NORMAL "\n\n\n" BOLD "gPXE " VERSION
|
||||||
NORMAL " -- Open Source Boot Firmware -- "
|
NORMAL " -- Open Source Boot Firmware -- "
|
||||||
CYAN "http://etherboot.org" NORMAL "\n"
|
CYAN "http://etherboot.org" NORMAL "\n"
|
||||||
"Press Ctrl-B for the gPXE command line..." );
|
"Press Ctrl-B for the gPXE command line..." );
|
||||||
|
|||||||
Reference in New Issue
Block a user