iPXE
general.h
Go to the documentation of this file.
1/* Enable IPv6 and HTTPS */
2#define NET_PROTO_IPV6
3#define DOWNLOAD_PROTO_HTTPS
4
5/* Allow retrieval of metadata (such as an iPXE boot script) from
6 * Google Compute Engine metadata server.
7 */
8#define HTTP_HACK_GCE
9
10/* Allow scripts to handle errors by powering down the VM to avoid
11 * incurring unnecessary costs.
12 */
13#define POWEROFF_CMD