| #!ipxe | |
| echo Google Compute Engine - iPXE boot via metadata | |
| echo CPU: ${cpuvendor} ${cpumodel} | |
| ifstat || | |
| dhcp || | |
| route || | |
| params || | |
| param --header Metadata-Flavor Google || | |
| chain -ar http://metadata.google.internal/computeMetadata/v1/instance/attributes/ipxeboot##params || | |
| ifstat || |