grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] sparc64 - use correct drive name within grub_util_sparc_setu


From: Andrei Borzenkov
Subject: Re: [PATCH] sparc64 - use correct drive name within grub_util_sparc_setup
Date: Wed, 7 Oct 2015 19:53:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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


Applied. Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]