X-Git-Url: http://git.etherboot.org/people/pravin/gpxe.git/blobdiff_plain/81d92c6d34f9ce68f7c2bbd5b92352b3a631bcd0..6de4db5da089c7926f08dd15164676bc8b88f285:/src/config/general.h diff --git a/src/config/general.h b/src/config/general.h index 3d9663b9..04b5bef3 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -9,6 +9,22 @@ #include +/* + * Branding + * + * Vendors may use these strings to add their own branding to gPXE. + * PRODUCT_NAME is displayed prior to any gPXE branding in startup + * messages, and PRODUCT_SHORT_NAME is used where a brief product + * label is required (e.g. in BIOS boot selection menus). + * + * To minimise end-user confusion, it's probably a good idea to either + * make PRODUCT_SHORT_NAME a substring of PRODUCT_NAME or leave it as + * "gPXE". + * + */ +#define PRODUCT_NAME "" +#define PRODUCT_SHORT_NAME "gPXE" + /* * Timer configuration * @@ -84,6 +100,7 @@ #define IMAGE_CMD /* Image management commands */ #define DHCP_CMD /* DHCP management commands */ #define SANBOOT_CMD /* SAN boot commands */ +#define LOGIN_CMD /* Login command */ /* * Obscure configuration options