mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
#!ipxe
|
|
|
|
echo Google Compute Engine - iPXE boot via metadata
|
|
echo CPU: ${cpuvendor} ${cpumodel}
|
|
ifstat ||
|
|
dhcp ||
|
|
route ||
|
|
chain -ar http://metadata.google.internal/computeMetadata/v1/instance/attributes/ipxeboot ||
|
|
ifstat ||
|