summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 9fd4a76ff..9ee31d2db 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -48,7 +48,9 @@ static int shell_banner ( void ) {
if ( BANNER_TIMEOUT <= 0 )
return 0;
- return ( prompt ( "\nPress Ctrl-B for the iPXE command line...",
+ /* Prompt user */
+ printf ( "\n" );
+ return ( prompt ( "Press Ctrl-B for the iPXE command line...",
( BANNER_TIMEOUT * 100 ), CTRL_B ) == 0 );
}