mirror of
https://github.com/ipxe/ipxe
synced 2025-12-06 17:30:26 +03: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:
@@ -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 ||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user