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