gpt: rename and update documentation for grub_gpt_update
The function now does more than just recompute checksums so give it a more general name to reflect that.
This commit is contained in:
parent
7cd866bd2d
commit
8f7045ee19
3 changed files with 7 additions and 6 deletions
|
@ -127,7 +127,7 @@ grub_find_next (const char *disk_name,
|
|||
|
||||
grub_gptprio_set_tries_left (part_found, tries_left - 1);
|
||||
|
||||
if (grub_gpt_update_checksums (gpt))
|
||||
if (grub_gpt_update (gpt))
|
||||
goto done;
|
||||
|
||||
if (grub_gpt_write (dev->disk, gpt))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue