Blame SOURCES/ipxe-banner-timeout.patch

562251
diff -rup gpxe-1.0.1.orig/src/config/general.h gpxe-1.0.1.new/src/config/general.h
562251
--- gpxe-1.0.1.orig/src/config/general.h	2010-06-29 20:31:33.000000000 +0100
562251
+++ gpxe-1.0.1.new/src/config/general.h	2012-03-19 11:53:36.035138977 +0000
562251
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
562251
  * Timer configuration
562251
  *
562251
  */
562251
-#define BANNER_TIMEOUT	20	/* Tenths of a second for which the shell
562251
+#define BANNER_TIMEOUT	0	/* Tenths of a second for which the shell
562251
 				   banner should appear */
562251
 
562251
 /*