diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-11 14:22:43 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-11 14:22:43 +0000 |
commit | 4b2800c7d5501ffcde6bd585f45842580a60f8d9 (patch) | |
tree | ac193684e202736095c64c8cc5ddc88b9366a79f /src/usr | |
parent | b06fdcf93668670b481491dc97f025e6efe5f450 (diff) | |
download | ipxe-4b2800c7d5501ffcde6bd585f45842580a60f8d9.tar.gz |
[build] Allow product tag line 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 31b1ff6e2..4bcb64d4c 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -552,7 +552,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 -- " + NORMAL " -- " PRODUCT_TAG_LINE " -- " CYAN PRODUCT_URI NORMAL "\nFeatures:", product_version ); for_each_table_entry ( feature, FEATURES ) printf ( " %s", feature->name ); |