[GRUB PARTUUID PATCH V2 1/2] Add PARTUUID detection support to grub-probe

2016-08-06 Thread Nicholas Vinson
Add PARTUUID detection to grub-probe. The grub-probe utility is used by grub-mkconfig to determine the filesystem [GU]UID, so updating it to be able to return partition [GU]UIDs seemed like the natural choice. The other obvious choice was to rely on Linux userland tools and /dev file structure wh

[GRUB PARTUUID PATCH V2 0/2] Add PARTUUID detection support

2016-08-06 Thread Nicholas Vinson
Changes from Patch v1: - Added GRUB_ENABLE_LINUX_PARTUUID variable description to grub.texi - Removed added gpt_part_guid copy logic from grub_gpt_partition_map_iterate() - Removed added NT disk signature copy logic from grub_partition_msdos_iterate() - Removed modifi

[GRUB PARTUUID PATCH V2 2/2] Update grub script template files

2016-08-06 Thread Nicholas Vinson
Update grub-mkconfig.in and 10_linux.in to support grub-probe's new partuuid target. Update grub.texi documenation. Signed-off-by: Nicholas Vinson --- docs/grub.texi | 13 + util/grub-mkconfig.in | 3 +++ util/grub.d/10_linux.in | 13 +++-- 3 files changed, 27 in