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

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