mirror of https://github.com/ipxe/ipxe.git
[cloud] Enable IPv6 and HTTPS in cloud boot images
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/265/head
parent
d16535aa4f
commit
fa012dd020
|
@ -1,3 +1,7 @@
|
|||
/* Enable IPv6 and HTTPS */
|
||||
#define NET_PROTO_IPV6
|
||||
#define DOWNLOAD_PROTO_HTTPS
|
||||
|
||||
/* Allow retrieval of metadata (such as an iPXE boot script) from
|
||||
* Google Compute Engine metadata server.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue