On Wed, 9 Feb 2022 19:41:28 +0300
Vitaly Kuzmichev wrote:
> Hello Glenn,
>
> On 2/9/22 6:48 PM, Glenn Washburn wrote:
> > On Wed, 9 Feb 2022 13:08:51 +0300
> > Vitaly Kuzmichev via Grub-devel wrote:
> >
> >> Improve 'search' grub-shell command with functionality to search for
> >> a partition
Hello Glenn,
On 2/9/22 6:48 PM, Glenn Washburn wrote:
On Wed, 9 Feb 2022 13:08:51 +0300
Vitaly Kuzmichev via Grub-devel wrote:
Improve 'search' grub-shell command with functionality to search for
a partition by PARTUUID string. This is useful for embedded systems
where FSUUID is not guarante
On Wed, 9 Feb 2022 13:08:51 +0300
Vitaly Kuzmichev via Grub-devel wrote:
> Improve 'search' grub-shell command with functionality to search for
> a partition by PARTUUID string. This is useful for embedded systems
> where FSUUID is not guaranteed to be constant, e.g. it is not preserved
> betwee
Improve 'search' grub-shell command with functionality to search for
a partition by PARTUUID string. This is useful for embedded systems
where FSUUID is not guaranteed to be constant, e.g. it is not preserved
between system updates, and modifying grub.cfg is undesired.
V2:
This patch is based on M