Make grub_util_devmapper_part_to_disk and grub_util_find_partition_start
follow the same algorithm to avoid method mismatch. Don't assume DMRAID- UUID to mean full disk but instead check that mapping is linear.
This commit is contained in:
parent
da98622662
commit
e88f0420b9
6 changed files with 35 additions and 127 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Make grub_util_devmapper_part_to_disk and grub_util_find_partition_start
|
||||
follow the same algorithm to avoid method mismatch. Don't assume
|
||||
DMRAID- UUID to mean full disk but instead check that mapping is linear.
|
||||
|
||||
2013-12-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Declare GRUB_EFI_VENDOR_APPLE_GUID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue