Change grub_install_register_efi interface to pass GRUB device.
This allows grub_install_register_efi to request partition info directly.
This commit is contained in:
parent
38933cee85
commit
a24725cc6e
5 changed files with 27 additions and 8 deletions
|
@ -31,7 +31,7 @@ grub_install_register_ieee1275 (int is_prep, const char *install_device,
|
|||
}
|
||||
|
||||
void
|
||||
grub_install_register_efi (const char *efidir_disk, int efidir_part,
|
||||
grub_install_register_efi (grub_device_t efidir_grub_dev,
|
||||
const char *efifile_path,
|
||||
const char *efi_distributor)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue