Re: [PATCH 1/4] Add envblk open functions to grub file interface

2020-03-03 Thread Daniel Kiper
On Tue, Feb 25, 2020 at 11:26:35AM -0800, Paul Dagnelie wrote: > These functions are added to support the remainder of this patch set. > In order to add these special functions we have to refactor out the > logic that applies file filters so that it can be applied to both the > normal and envblk op

[PATCH 1/4] Add envblk open functions to grub file interface

2020-02-25 Thread Paul Dagnelie
These functions are added to support the remainder of this patch set. In order to add these special functions we have to refactor out the logic that applies file filters so that it can be applied to both the normal and envblk open functions. commit 45ee383e11ecd15ac2820131d410a434eeea47a1 Author: