diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-11 12:51:58 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-11 12:51:58 +0000 |
commit | 1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7 (patch) | |
tree | 7a538fed0bfc277a01b93f7a4d25634f90cbfdc4 /src/usr | |
parent | 32d20fdd7e09ba878f9409f8604e14d411c83abc (diff) | |
download | ipxe-1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7.tar.gz |
[build] Move branding information to 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 4aba593e..2e52c87b 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -542,7 +542,7 @@ void ipxe ( struct net_device *netdev ) { * * * If you wish to brand this build of iPXE, please do so by - * defining the string PRODUCT_NAME in config/general.h. + * defining the string PRODUCT_NAME in config/branding.h. * * While nothing in the GPL prevents you from removing all * references to iPXE or http://ipxe.org, we prefer you not to |