Re: [GRUB PARTUUID PATCH V5 3/3] Update grub script template files

2018-03-18 Thread Nick Vinson
On 02/20/2018 09:45 AM, Daniel Kiper wrote: > On Sun, Feb 04, 2018 at 11:47:37AM -0800, Nicholas Vinson wrote: >> Update grub-mkconfig.in and 10_linux.in to support grub-probe's new >> partuuid target. Update grub.texi documenation. > > As earlier lack of SOB. Otherwise LGTM. Will be added in V6

Re: [GRUB PARTUUID PATCH V5 3/3] Update grub script template files

2018-02-20 Thread Daniel Kiper
On Sun, Feb 04, 2018 at 11:47:37AM -0800, Nicholas Vinson wrote: > Update grub-mkconfig.in and 10_linux.in to support grub-probe's new > partuuid target. Update grub.texi documenation. As earlier lack of SOB. Otherwise LGTM. Daniel ___ Grub-devel mail

[GRUB PARTUUID PATCH V5 3/3] Update grub script template files

2018-02-04 Thread Nicholas Vinson
Update grub-mkconfig.in and 10_linux.in to support grub-probe's new partuuid target. Update grub.texi documenation. --- docs/grub.texi | 9 + util/grub-mkconfig.in | 3 +++ util/grub.d/10_linux.in | 12 +--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --gi