[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] sparc64 - use correct drive name within grub_util_sparc_setup
From: |
Eric Snowberg |
Subject: |
[PATCH] sparc64 - use correct drive name within grub_util_sparc_setup |
Date: |
Tue, 6 Oct 2015 13:21:43 -0400 |
Incorrect drive name was being passed into grub_util_sparc_setup,
causing the grub-install to fail.
Signed-off-by: Eric Snowberg <address@hidden>
---
util/grub-install.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/util/grub-install.c b/util/grub-install.c
index df5c7e5..eabd6de 100644
--- a/util/grub-install.c
+++ b/util/grub-install.c
@@ -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;
--
1.7.1
- [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup,
Eric Snowberg <=