Remove part_ prefix
This commit is contained in:
parent
bc6fcf0931
commit
85f90358b1
13 changed files with 25 additions and 16 deletions
|
@ -119,7 +119,7 @@ gpt_partition_map_iterate (grub_disk_t disk,
|
|||
/* Partition map type. */
|
||||
static struct grub_partition_map grub_gpt_partition_map =
|
||||
{
|
||||
.name = "part_gpt",
|
||||
.name = "gpt",
|
||||
.iterate = gpt_partition_map_iterate,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue