]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[cloud] Display instance type in AWS EC2
authorMichael Brown <mcb30@ipxe.org>
Wed, 29 Oct 2025 13:18:28 +0000 (13:18 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 29 Oct 2025 13:26:50 +0000 (13:26 +0000)
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>
src/config/cloud/aws.ipxe

index d8e4d6ad3299a8f7f6ca01269228e1e9f536532b..c1f40f3402b1d3976a552ad1dd5485856dc06bbe 100644 (file)
@@ -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 ||