From 5a1a1c0ee46e8588ed2fe60e8a90d55c6b5c549c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 7 Jul 2014 15:50:33 -0400 Subject: [PATCH] Remove prompt from netboot again --- src/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/general.h b/src/config/general.h index 4342f9a1..1e4d6337 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -42,7 +42,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); * initialisation vector, thus rendering the banner almost invisible * to the user. */ -#define BANNER_TIMEOUT 20 +#define BANNER_TIMEOUT 0 #define ROM_BANNER_TIMEOUT ( 2 * BANNER_TIMEOUT ) /*