Blame SOURCES/ipxe-Revert-Remove-2-second-startup-wait.patch

57753c
From 8113d9275f87a5b962cc6e83060577ed36e4c7ca Mon Sep 17 00:00:00 2001
57753c
From: Alex Williamson <alex.williamson@redhat.com>
57753c
Date: Tue, 4 Mar 2014 15:42:18 +0100
57753c
Subject: [PATCH 5/7] Revert: Remove 2 second startup wait.
57753c
57753c
RH-Author: Alex Williamson <alex.williamson@redhat.com>
57753c
Message-id: <20140304154218.6292.69336.stgit@bling.home>
57753c
Patchwork-id: 58009
57753c
O-Subject: [RHEL7 ipxe PATCH v2 1/3] [rhel7] Revert: Remove 2 second startup wait.
57753c
Bugzilla: 857123
57753c
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
57753c
RH-Acked-by: Vlad Yasevich <vyasevic@redhat.com>
57753c
RH-Acked-by: Richard Jones <rjones@redhat.com>
57753c
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
57753c
57753c
Bugzilla: 857123
57753c
Upstream: N/A (downstream customization)
57753c
57753c
This reverts RHEL7 bd2e0975ef2213375bf97bcf2b39552e8a1a591a
57753c
57753c
Downstream customized the banner timeout to remove it entirely,
57753c
allowing users no opportunity for interaction with the iPXE shell.
57753c
Remove this in preparation for removing only the banner displayed
57753c
during ROM init and keeping the banner displayed prior to autoboot.
57753c
57753c
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
57753c
---
57753c
 src/config/general.h |    2 +-
57753c
 1 file changed, 1 insertion(+), 1 deletion(-)
57753c
57753c
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
57753c
---
57753c
 src/config/general.h |    2 +-
57753c
 1 files changed, 1 insertions(+), 1 deletions(-)
57753c
57753c
diff --git a/src/config/general.h b/src/config/general.h
57753c
index c497ed3..9f0bb52 100644
57753c
--- a/src/config/general.h
57753c
+++ b/src/config/general.h
57753c
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
57753c
  * Timer configuration
57753c
  *
57753c
  */
57753c
-#define BANNER_TIMEOUT	0	/* Tenths of a second for which the shell
57753c
+#define BANNER_TIMEOUT	20	/* Tenths of a second for which the shell
57753c
 				   banner should appear */
57753c
 
57753c
 /*
57753c
-- 
57753c
1.7.1
57753c