Hi Heinrich, On Tue, 10 Dec 2024 at 01:21, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > On 23.11.24 20:55, Matthew Garrett wrote: > > From: Matthew Garrett <mgarr...@aurora.tech> > > > > part_find takes a GPT GUID and searches for a partition that matches > > that. It then sets the target_part environment variable to the media > > type, device number and partition number that matched, allowing > > $target_part to be passed directly to bootm and similar commands. > > > > Signed-off-by: Matthew Garrett <mgarr...@aurora.tech> > > For user to memorize the command it would be preferable to add the > functionality as sub-command to the existing part command.
I looked at that when sending this series. My only concern is that it is wildly different from the existing 'part' command, in that it does special EFI things. But I don't have any strong opinions so am happy to incorporate it, with its own Kconfig option, of course. Regards, Simon