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/config/branding.h | |
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/config/branding.h')
-rw-r--r-- | src/config/branding.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config/branding.h b/src/config/branding.h index d1d4c4e1..cca68b6e 100644 --- a/src/config/branding.h +++ b/src/config/branding.h @@ -29,6 +29,15 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define PRODUCT_URI "http://ipxe.org" /* + * Tag line + * + * If your PRODUCT_SHORT_NAME is longer than the four characters used + * by "iPXE", then the standard tag line "Open Source Network Boot + * Firmware" is unlikely to fit neatly onto the screen. + */ +#define PRODUCT_TAG_LINE "Open Source Network Boot Firmware" + +/* * Error messages * * iPXE error messages comprise a summary error message |