Re: [PATCH v1 10/15] env: Add efi-export-env and efi-load-env commands

2024-11-08 Thread Glenn Washburn
On Thu, 31 Oct 2024 13:42:53 -0600 Leo Sandoval wrote: > From: Peter Jones > > This adds "efi-export-env VARIABLE" and "efi-load-env", which manipulate the > environment block stored in the EFI variable > GRUB_ENV-91376aff-cba6-42be-949d-06fde81128e8. I would prefer that this patch and patch #

[PATCH v1 10/15] env: Add efi-export-env and efi-load-env commands

2024-10-31 Thread Leo Sandoval
From: Peter Jones This adds "efi-export-env VARIABLE" and "efi-load-env", which manipulate the environment block stored in the EFI variable GRUB_ENV-91376aff-cba6-42be-949d-06fde81128e8. Signed-off-by: Peter Jones --- grub-core/Makefile.core.def | 6 ++ grub-core/commands/efi/env.c | 170 ++