Re: [PATCH v5 00/16] Support searching by PARTUUID and PARTLABEL

2023-08-31 Thread Daniel Kiper
On Thu, Aug 31, 2023 at 09:53:54AM +, Vitaly Kuzmichev wrote: > Hi Daniel, > > On Wed, 2023-08-30 at 16:26 +0200, Daniel Kiper wrote: > > Adding Daan who sent similar patch a day earlier... > > > > On Tue, Aug 22, 2023 at 11:39:08PM +0200, Vitaly Kuzmichev wrote: > > > Improve 'search' grub-she

Re: [PATCH v5 00/16] Support searching by PARTUUID and PARTLABEL

2023-08-31 Thread Vitaly Kuzmichev
Hi Daniel, On Wed, 2023-08-30 at 16:26 +0200, Daniel Kiper wrote: > Adding Daan who sent similar patch a day earlier... > > On Tue, Aug 22, 2023 at 11:39:08PM +0200, Vitaly Kuzmichev wrote: > > Improve 'search' grub-shell command with functionality to search > > for > > a partition by PARTUUID an

Re: [PATCH v5 00/16] Support searching by PARTUUID and PARTLABEL

2023-08-30 Thread Daniel Kiper
Adding Daan who sent similar patch a day earlier... On Tue, Aug 22, 2023 at 11:39:08PM +0200, Vitaly Kuzmichev wrote: > Improve 'search' grub-shell command with functionality to search for > a partition by PARTUUID and PARTLABEL strings. This is useful for > embedded systems where FSUUID is not gu

[PATCH v5 00/16] Support searching by PARTUUID and PARTLABEL

2023-08-22 Thread Vitaly Kuzmichev
Improve 'search' grub-shell command with functionality to search for a partition by PARTUUID and PARTLABEL strings. 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. Signed-off-by