mirror of https://github.com/ipxe/ipxe.git
[cloud] Show ifstat output after a failed boot attempt
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/397/head
parent
9b6ad2d888
commit
0688114ea6
|
@ -5,4 +5,5 @@ echo CPU: ${cpuvendor} ${cpumodel}
|
|||
ifstat ||
|
||||
dhcp ||
|
||||
route ||
|
||||
chain -ar http://169.254.169.254/latest/user-data
|
||||
chain -ar http://169.254.169.254/latest/user-data ||
|
||||
ifstat ||
|
||||
|
|
|
@ -5,4 +5,5 @@ echo CPU: ${cpuvendor} ${cpumodel}
|
|||
ifstat ||
|
||||
dhcp ||
|
||||
route ||
|
||||
chain -ar http://metadata.google.internal/computeMetadata/v1/instance/attributes/ipxeboot
|
||||
chain -ar http://metadata.google.internal/computeMetadata/v1/instance/attributes/ipxeboot ||
|
||||
ifstat ||
|
||||
|
|
Loading…
Reference in New Issue