From 8290a955130e0a6d6112ad8f269d8f617103e070 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 19 Jun 2014 00:35:04 +0100 Subject: [build] Expose build timestamp, build name, and product names Expose the build timestamp (measured in seconds since the Epoch) and the build name (e.g. "rtl8139.rom" or "ipxe.efi"), and provide the product name and product short name in a single centralised location. Signed-off-by: Michael Brown --- src/usr/autoboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index af3d1f7b..01c55ef1 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -499,10 +499,10 @@ void ipxe ( struct net_device *netdev ) { * do so. * */ - printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "iPXE %s" + printf ( NORMAL "\n\n%s\n" BOLD "iPXE %s" NORMAL " -- Open Source Network Boot Firmware -- " CYAN "http://ipxe.org" NORMAL "\n" - "Features:", product_version ); + "Features:", product_name, product_version ); for_each_table_entry ( feature, FEATURES ) printf ( " %s", feature->name ); printf ( "\n" ); -- cgit v1.2.3-55-g7522