First try at generating grub-emu from modules
This commit is contained in:
parent
009ec74317
commit
909301af11
23 changed files with 209 additions and 106 deletions
|
@ -182,12 +182,12 @@ static struct grub_partition_map grub_gpt_partition_map =
|
|||
.get_name = gpt_partition_map_get_name
|
||||
};
|
||||
|
||||
GRUB_MOD_INIT(gpt_partition_map)
|
||||
GRUB_MOD_INIT(part_gpt)
|
||||
{
|
||||
grub_partition_map_register (&grub_gpt_partition_map);
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(gpt_partition_map)
|
||||
GRUB_MOD_FINI(part_gpt)
|
||||
{
|
||||
grub_partition_map_unregister (&grub_gpt_partition_map);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue