[cloud] Show ifstat output after a failed boot attempt

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/397/head
Michael Brown 2021-06-23 10:22:38 +01:00
parent 9b6ad2d888
commit 0688114ea6
2 changed files with 4 additions and 2 deletions

View File

@ -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 ||

View File

@ -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 ||