summaryrefslogtreecommitdiff
path: root/gpxe/src/config/general.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-03 16:13:28 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-03 16:13:28 -0800
commit27d83f63e5aac365c22896d4645090c80873f672 (patch)
tree4316ed5d849527c679eec168ffe8c80f1b39f341 /gpxe/src/config/general.h
parente7a5f95432132c8fc8f8ede39fda1d368002ddd8 (diff)
downloadsyslinux-27d83f63e5aac365c22896d4645090c80873f672.tar.gz
gPXE: suppress the Ctrl+B bannersyslinux-3.85-pre5
Suppress the Ctrl+B banner and zero out the timeout. It's not very useful for an integrated product, and very visually annoying on NBP chainload. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'gpxe/src/config/general.h')
-rw-r--r--gpxe/src/config/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/config/general.h b/gpxe/src/config/general.h
index de51f9f8..2f5a9387 100644
--- a/gpxe/src/config/general.h
+++ b/gpxe/src/config/general.h
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
* Timer configuration
*
*/
-#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
+#define BANNER_TIMEOUT 0 /* Tenths of a second for which the shell
banner should appear */
/*