Hi,
On Mon, 6 Jun 2022 17:50:32 +0100, Pete Batard wrote:
> To enable file system transposition support for UEFI, we also must ensure that
> there exists a copy of the EFI bootloaders, that are currently embedded in the
> efi.img for xorriso, at their expected UEFI location on the ISO9660 file
Updates since v2:
* Address uneeded ret variable pointed out by Patrick
* Rebased onto latest master with keyfile and security changes. I don't think
this actually changed these patches though.
Conceptually the approach is different than the previous detach header
series because this one uses
Using the disk read hook mechanism, setup a read hook on the source disk
which will read from the given header file during the scan and recovery
cryptodisk backend functions. Disk read hooks are executed after the data
has been read from the disk. This is okay, because the read hook is given
the re
Signed-off-by: Glenn Washburn
Reviewed-by: Patrick Steinhardt
---
docs/grub.texi | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/docs/grub.texi b/docs/grub.texi
index 1a7cd8e93..3c7217f0e 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -4526,19 +4526,26 @@
It will be desirable in the future to allow having the read hook modify the
data passed back from a read function call on a disk or file. This adds that
infrustructure and has no impact on code flow for existing uses of the read
hook. Also changed is that now when the read hook callback is called i
On Fri, May 13, 2022 at 04:19:32PM -0500, Glenn Washburn wrote:
> Document the variables net__clientid, net__clientuuid,
> lockdown, and shim_lock in the list of special environment variables.
>
> Signed-off-by: Glenn Washburn
Reviewed-by: Daniel Kiper
Daniel
__
On Thu, May 26, 2022 at 02:34:41PM -0400, Mathieu Desnoyers wrote:
> - On May 26, 2022, at 11:13 AM, Daniel Kiper dki...@net-space.pl wrote:
> > On Fri, May 20, 2022 at 10:37:37AM -0400, Mathieu Desnoyers wrote:
[...]
> > Please hold on with rebase. I am going to push one more patch before
>