From: Michael Brown Date: Wed, 29 Oct 2025 13:18:28 +0000 (+0000) Subject: [cloud] Display instance type in AWS EC2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606e87ec7a3d74a4f995e60e93d0db09e0f0cbbb;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/config/cloud/aws.ipxe b/src/config/cloud/aws.ipxe index d8e4d6ad3..c1f40f340 100644 --- a/src/config/cloud/aws.ipxe +++ b/src/config/cloud/aws.ipxe @@ -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 ||