* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_encode_devname): Fix
missing ieee1275/ prefix on whole disk.
This commit is contained in:
parent
4ed3c26b0d
commit
5858b42d07
2 changed files with 6 additions and 1 deletions
|
@ -453,7 +453,7 @@ grub_ieee1275_encode_devname (const char *path)
|
|||
encoding = grub_xasprintf ("ieee1275/%s,%d", device, partno);
|
||||
}
|
||||
else
|
||||
encoding = grub_strdup (device);
|
||||
encoding = grub_xasprintf ("ieee1275/%s", device);
|
||||
|
||||
grub_free (partition);
|
||||
grub_free (device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue