grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup
@ 2015-10-06 17:21 Eric Snowberg
  2015-10-07 16:53 ` Andrei Borzenkov
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Snowberg @ 2015-10-06 17:21 UTC (permalink / raw
  To: grub-devel; +Cc: Eric Snowberg

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>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup
  2015-10-06 17:21 [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup Eric Snowberg
@ 2015-10-07 16:53 ` Andrei Borzenkov
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Borzenkov @ 2015-10-07 16:53 UTC (permalink / raw
  To: The development of GNU GRUB; +Cc: Eric Snowberg

06.10.2015 20:21, Eric Snowberg пишет:
> 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>
> ---
>   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;
>

Applied. Thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-08  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 17:21 [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup Eric Snowberg
2015-10-07 16:53 ` Andrei Borzenkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).