fix several issues with nested labels
This commit is contained in:
parent
c8e7bf5ff7
commit
56a4b23d37
7 changed files with 140 additions and 13 deletions
|
@ -65,6 +65,10 @@ struct grub_partition
|
|||
|
||||
/* The type partition map. */
|
||||
grub_partition_map_t partmap;
|
||||
|
||||
/* The type of partition whne it's on MSDOS.
|
||||
Used for embedding detection. */
|
||||
grub_uint8_t msdostype;
|
||||
};
|
||||
|
||||
grub_partition_t EXPORT_FUNC(grub_partition_probe) (struct grub_disk *disk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue