I was just wondering would y'all be open to taking patches for luks2 support
(and maybe a few other crypto enhancements), or if someone else was already
working on those things.
Sent with [ProtonMail](https://protonmail.com) Secure Email.___
Grub-devel
On 5/27/19 12:02 PM, Daniel Kiper wrote:
>> http://lists.gnu.org/archive/html/grub-devel/2019-05/msg00099.html
>
> John, ping? Could you send us the patch soon? IMO this is the last thing
> which blocks the release.
Just a second, I will send the patch today. Sorry for the delay.
Adrian
--
.'
On Thu, May 23, 2019 at 03:40:28PM +0800, Michael Chang wrote:
> On Wed, May 22, 2019 at 05:35:34PM +0100, Neil MacLeod wrote:
> > > Thanks! I allowed myself to add your Tested-by. I hope this is not a
> > > problem for you
> >
> > Not at all!
> >
> > > This and other fixes posted earlier are now
This is needed to make grubenv be stored in
raw disk images. We now can run
save_env -f (ata0)1024+2 VARIABLE
Signed-off-by: Michael Grzeschik
---
grub-core/kern/fs.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/grub-core/kern/fs.c b/grub-core/kern/fs.c
index 2b85f4950..d50d519d2 1
With this feature it is now possible to set the root
device in userspace preperation like grub-mkimage.
Signed-off-by: Michael Grzeschik
---
include/grub/util/install.h | 4 ++--
util/grub-install.c | 4 ++--
util/grub-setup.c | 12 +++-
util/setup.c|
With this feature the grub-shell is able to search for partuuid strings.
This reduces the complexity to find the correct boot partition on
systems with unspecified device connectivity.
Signed-off-by: Michael Grzeschik
---
grub-core/Makefile.core.def | 5 +
grub-core/commands/search