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
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
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