mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 20:36:28 +02:00
[cloud] Show ifstat output after a failed boot attempt
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
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…
x
Reference in New Issue
Block a user