mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-04 12:01:25 +02:00
[cloud] Display instance type in AWS EC2
Experiments suggest that the instance type is exposed via the SMBIOS product name. Include this information within the default output, since it is often helpful in debugging. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
0336e2987c
commit
606e87ec7a
@ -1,6 +1,6 @@
|
||||
#!ipxe
|
||||
|
||||
echo Amazon EC2 - iPXE boot via user-data
|
||||
echo Amazon EC2 ${product} - iPXE boot via user-data
|
||||
echo CPU: ${buildarch} ${cpuvendor} ${cpumodel}
|
||||
ifstat ||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user