mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[build] Use PRODUCT_SHORT_NAME for end-user visible strings
Use PRODUCT_SHORT_NAME instead of a hardcoded "iPXE" for strings which are typically shown in the user interface. Note that this only allows for customisation of the user interface. Where the "iPXE" string serves a technical purpose (such as in the HTTP User-Agent), the string cannot be customised. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -590,7 +590,8 @@ init_message:
|
||||
.ascii "\n"
|
||||
.ascii PRODUCT_NAME
|
||||
.ascii "\n"
|
||||
.asciz "iPXE (http://ipxe.org)"
|
||||
.ascii PRODUCT_SHORT_NAME
|
||||
.asciz " (http://ipxe.org)"
|
||||
.size init_message, . - init_message
|
||||
.ifeqs BUSTYPE, "PCIR"
|
||||
init_message_pci:
|
||||
|
||||
Reference in New Issue
Block a user