iPXE
config
cloud
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 scripts to create custom headers for retrieving metadata */
6
#define PARAM_CMD
7
8
/* Allow scripts to handle errors by powering down the VM to avoid
9
* incurring unnecessary costs.
10
*/
11
#define POWEROFF_CMD
12
13
/* Enable MIME image support */
14
#define IMAGE_MIME
Generated by
1.16.1