diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-11 13:08:36 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-11 14:11:28 +0000 |
commit | e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd (patch) | |
tree | 5e761ac33b71aae9892485df31f0866a1b265c62 /src/usr | |
parent | 544a6a9769112661b7831e114db4bf06c13baa67 (diff) | |
download | ipxe-e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd.zip ipxe-e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd.tar.gz ipxe-e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd.tar.bz2 |
[build] Allow product URI to be customised via config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/autoboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 42718ee..31b1ff6 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" ); |