Hello all, I've added a first draft for an INI format as alternative to BGENV.DAT. Both bg_setenv and bg_printenv have been extended for this possibility.
Looking forwards to your comments. Kind regards, Tobias Tobias Schmidl (6): env_user_config_file: Added read part bg_printenv: added INI part gitignore: added libebgenv.pc envdata: moved magic strings to a preprocessor macro env_user_config_file: Added writing of INI file bg_setenv: added INI part .gitignore | 1 + Makefile.am | 2 + env/env_user_config_file.c | 298 +++++++++++++++++++++++++++++++++ include/env_user_config_file.h | 23 +++ include/envdata.h | 9 + tools/bg_printenv.c | 41 +++-- tools/bg_setenv.c | 10 ++ 7 files changed, 368 insertions(+), 16 deletions(-) create mode 100644 env/env_user_config_file.c create mode 100644 include/env_user_config_file.h -- 2.36.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20220809135300.1470407-1-tobiasschmidl%40siemens.com.
