From 606e87ec7a3d74a4f995e60e93d0db09e0f0cbbb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 29 Oct 2025 13:18:28 +0000 Subject: [PATCH] [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 --- src/config/cloud/aws.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || -- 2.47.3