sparc64 - use correct drive name within grub_util_sparc_setup
Incorrect drive name was being passed into grub_util_sparc_setup, causing the grub-install to fail. Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
This commit is contained in:
parent
c93d3e6947
commit
8cb4c4edbe
1 changed files with 1 additions and 1 deletions
|
@ -1698,7 +1698,7 @@ main (int argc, char *argv[])
|
||||||
/* Now perform the installation. */
|
/* Now perform the installation. */
|
||||||
if (install_bootsector)
|
if (install_bootsector)
|
||||||
grub_util_sparc_setup (platdir, "boot.img", "core.img",
|
grub_util_sparc_setup (platdir, "boot.img", "core.img",
|
||||||
install_device, force,
|
install_drive, force,
|
||||||
fs_probe, allow_floppy,
|
fs_probe, allow_floppy,
|
||||||
0 /* unused */ );
|
0 /* unused */ );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue