Re: [PATCH v2 1/2] devmapper/getroot: Have devmapper recognize LUKS2

2022-05-12 Thread Glenn Washburn
On Sat, 11 Dec 2021 13:29:44 +0100 Josselin Poiret wrote: > Changes UUID comparisons so that LUKS1 and LUKS2 are both recognized > as being LUKS cryptodisks. > --- > grub-core/osdep/devmapper/getroot.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git

[PATCH v2 1/2] devmapper/getroot: Have devmapper recognize LUKS2

2021-12-11 Thread Josselin Poiret via Grub-devel
Changes UUID comparisons so that LUKS1 and LUKS2 are both recognized as being LUKS cryptodisks. --- grub-core/osdep/devmapper/getroot.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grub-core/osdep/devmapper/getroot.c b/grub-core/osdep/devmapper/getroot.c index