From e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 11 Feb 2015 13:08:36 +0000 Subject: [build] Allow product URI to be customised via config/branding.h Signed-off-by: Michael Brown --- src/usr/autoboot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 42718ee1..31b1ff6e 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -553,8 +553,7 @@ void ipxe ( struct net_device *netdev ) { */ printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD PRODUCT_SHORT_NAME " %s" NORMAL " -- Open Source Network Boot Firmware -- " - CYAN "http://ipxe.org" NORMAL "\n" - "Features:", product_version ); + CYAN PRODUCT_URI NORMAL "\nFeatures:", product_version ); for_each_table_entry ( feature, FEATURES ) printf ( " %s", feature->name ); printf ( "\n" ); -- cgit v1.2.3-55-g7522