From: Andrei Borzenkov <arvidjaar@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: Eric Snowberg <eric.snowberg@oracle.com>
Subject: Re: [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup
Date: Wed, 7 Oct 2015 19:53:11 +0300 [thread overview]
Message-ID: <56154DF7.6030601@gmail.com> (raw)
In-Reply-To: <1444152103-140147-1-git-send-email-eric.snowberg@oracle.com>
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!
prev parent reply other threads:[~2015-10-08 7:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56154DF7.6030601@gmail.com \
--to=arvidjaar@gmail.com \
--cc=eric.snowberg@oracle.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).