Re: [GRUB PARTUUID PATCH V9 0/5] Add PARTUUID detection support

2018-04-10 Thread Nick Vinson
On 04/10/2018 01:56 PM, Daniel Kiper wrote: > On Sat, Apr 07, 2018 at 04:28:09PM -0700, Nicholas Vinson wrote: >> Changes from Patch v8: >> - Renamed GRUB_ENABLE_LINUX_PARTUUID to GRUB_DISABLE_LINUX_PARTUUID >> - Updated the 10_linux logic so GRUB_ENABLE_LINUX_PARTUUID and >>

Re: [GRUB PARTUUID PATCH V9 0/5] Add PARTUUID detection support

2018-04-10 Thread Daniel Kiper
On Sat, Apr 07, 2018 at 04:28:09PM -0700, Nicholas Vinson wrote: > Changes from Patch v8: > - Renamed GRUB_ENABLE_LINUX_PARTUUID to GRUB_DISABLE_LINUX_PARTUUID > - Updated the 10_linux logic so GRUB_ENABLE_LINUX_PARTUUID and > GRUB_ENABLE_LINUX_UUID would behave more independently.

[GRUB PARTUUID PATCH V9 0/5] Add PARTUUID detection support

2018-04-07 Thread Nicholas Vinson
Changes from Patch v8: - Renamed GRUB_ENABLE_LINUX_PARTUUID to GRUB_DISABLE_LINUX_PARTUUID - Updated the 10_linux logic so GRUB_ENABLE_LINUX_PARTUUID and GRUB_ENABLE_LINUX_UUID would behave more independently. - Documented interactions of GRUB_DISABLE_LINUX_UUID,