Blame SOURCES/0001-build-customize-configuration.patch

077943
From: Paolo Bonzini <pbonzini@redhat.com>
077943
Date: Tue, 17 Nov 2015 11:56:06 -0500
077943
Subject: [PATCH ipxe] build: customize configuration
077943
077943
diff --git a/src/config/local/general.h b/src/config/local/general.h
077943
index 5814511..47d0e1a 100644
077943
--- a/src/config/local/general.h
077943
+++ b/src/config/local/general.h
077943
@@ -0,0 +1,5 @@
077943
+#undef ROM_BANNER_TIMEOUT
077943
+#define ROM_BANNER_TIMEOUT     0
077943
+
077943
+/* Enable IPv6. */
077943
+#define NET_PROTO_IPV6
077943
-- 
077943
2.9.3
077943