From: Andreas Reichel <[email protected]> This small patch * fixes wrong version number in AC_INIT * adds color to the console output to make it more readable * enables the user to override kernel args by pressing <a>
Tested with qemu-system-x86_64 + OVMF. Signed-of-by: Andreas Reichel <[email protected]> Andreas Reichel (3): Add color to make console more readable Add hot-key to alter bootargs during boot Fix wrong version in configure.ac Makefile.am | 1 + color.c | 21 +++++++++++++++++++++ configure.ac | 2 +- include/color.h | 24 ++++++++++++++++++++++++ main.c | 28 +++++++++++++++++++++++++++- 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 color.c create mode 100644 include/color.h -- 2.19.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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20181025134409.1446-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
