search for: bls1_labelf

Displaying 1 result from an estimated 1 matches for "bls1_labelf".

2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...lude <dprintf.h> @@ -32,11 +33,22 @@ #include <syslinux/pxe_api.h> #include "menu.h" +#include "bls.h" #include "config.h" #include "getkey.h" #include "core.h" #include "fs.h" +/* BLS1 entry global settings */ +char *bls1_labelf = NULL; +char *bls1_format = NULL; +char *bls1_sortby = NULL; +char *bls1_pinmin = NULL; +char *bls1_pinmax = NULL; +int bls1_padver = BLS1_PADVER; +int bls1_ascend = BLS1_ASCEND; +int bls1_shwlbl = BLS1_SHWLBL; + const struct menu_parameter mparm[NPARAMS] = { [P_WIDTH] = {"width",...