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

2015-10-07 Thread Andrei Borzenkov
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 --- util/grub-install.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util/grub-install.c b/util

[PATCH] sparc64 - use correct drive name within grub_util_sparc_setup

2015-10-06 Thread Eric Snowberg
Incorrect drive name was being passed into grub_util_sparc_setup, causing the grub-install to fail. Signed-off-by: Eric Snowberg --- 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 1006