Re: [PATCH] grub2/btrfs: Add ability to boot from subvolumes

2020-07-11 Thread Vladimir 'phcoder' Serbinenko
Why is this patch needed? Can't subvolumes be reached from real root? Isn't autogenerated grub.cfg use the names based on real root On Sat, Jul 11, 2020, 05:52 wrote: > From: Jeff Mahoney > > This patch adds the ability to specify a different root on a btrfs > filesystem too boot from other tha

Re: Re: [PATCH 1/1] grub-menulst2cfg.c

2020-07-11 Thread Vladimir 'phcoder' Serbinenko
On Sat, Jul 11, 2020, 13:01 Vladimir 'phcoder' Serbinenko wrote: > > > On Fri, Jul 10, 2020, 11:19 朱光宏 wrote: > >> >> In many cases, entryname is null, so there is no need to call this >> function often, it is faster to do this, what do you think? >> > Is it a tight loop where such an optimisati