Re: [PATCH] grub2: add support to search for partuuid

2019-05-28 Thread Nick Vinson
On 5/27/19 1:07 AM, Michael Grzeschik wrote: > 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/Mak

Re: [PATCH] grub2: add support to search for partuuid

2019-05-28 Thread Daniel Kiper
CC-ing Vladimir. On Mon, May 27, 2019 at 10:07:39AM +0200, Michael Grzeschik wrote: > 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. What is an usage case

[PATCH] grub2: add support to search for partuuid

2019-05-27 Thread Michael Grzeschik
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