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:
Eric Snowberg 2015-10-06 13:21:43 -04:00 committed by Andrei Borzenkov
parent c93d3e6947
commit 8cb4c4edbe
1 changed files with 1 additions and 1 deletions

View File

@ -1698,7 +1698,7 @@ main (int argc, char *argv[])
/* Now perform the installation. */
if (install_bootsector)
grub_util_sparc_setup (platdir, "boot.img", "core.img",
install_device, force,
install_drive, force,
fs_probe, allow_floppy,
0 /* unused */ );
break;