On Thu, May 26, 2022 at 12:58:21AM +0200, Samuel Thibault wrote: > When using userland drivers such as rumpdisk, we'd rather make ext2fs use > parted-based libstore partitioning support. That can be used for kernelland > drivers as well, so we can just make grub always use the part: qualifier to > switch ext2fs to it. > > grub_util_find_hurd_root_device then has to understand this syntax and > translate > it into the /dev/ entry name. > > Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> > > --- > Difference with v2: rebase on master
Thank you for rebase! Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> Daniel