mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
16 lines
412 B
Diff
16 lines
412 B
Diff
diff --git a/src/config/branding.h b/src/config/branding.h
|
|
index 73f00af..29985fe 100644
|
|
--- a/src/config/branding.h
|
|
+++ b/src/config/branding.h
|
|
@@ -24,8 +24,8 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
* "iPXE".
|
|
*
|
|
*/
|
|
-#define PRODUCT_NAME ""
|
|
-#define PRODUCT_SHORT_NAME "iPXE"
|
|
+#define PRODUCT_NAME "xCAT Network Boot Agent"
|
|
+#define PRODUCT_SHORT_NAME "xNBA"
|
|
#define PRODUCT_URI "http://ipxe.org"
|
|
|
|
/*
|