mirror of https://github.com/ipxe/ipxe.git
[cloud] Enable "poweroff" command in cloud images
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/329/head
parent
78749542fc
commit
3ae83222ce
|
@ -6,3 +6,8 @@
|
|||
* Google Compute Engine metadata server.
|
||||
*/
|
||||
#define HTTP_HACK_GCE
|
||||
|
||||
/* Allow scripts to handle errors by powering down the VM to avoid
|
||||
* incurring unnecessary costs.
|
||||
*/
|
||||
#define POWEROFF_CMD
|
||||
|
|
Loading…
Reference in New Issue