grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix error message about the wrong command having failed: mfo


From: Daniel Kiper
Subject: Re: [PATCH] Fix error message about the wrong command having failed: mformat instead of mcopy
Date: Fri, 10 May 2019 13:40:39 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Sun, Apr 28, 2019 at 01:21:49AM +0200, Vincent Legoll wrote:
> ---
>  util/grub-mkrescue.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/grub-mkrescue.c b/util/grub-mkrescue.c
> index 21e5ce4e4..ce2cbc4f1 100644
> --- a/util/grub-mkrescue.c
> +++ b/util/grub-mkrescue.c
> @@ -815,7 +815,7 @@ main (int argc, char *argv[])
>       grub_util_error ("`%s` invocation failed\n", "mformat");
>        rv = grub_util_exec ((const char * []) { "mcopy", "-s", "-i", 
> efiimgfat, efidir_efi, "::/", NULL });
>        if (rv != 0)
> -     grub_util_error ("`%s` invocation failed\n", "mformat");
> +     grub_util_error ("`%s` invocation failed\n", "mcopy");
>        xorriso_push ("--efi-boot");
>        xorriso_push ("efi.img");
>        xorriso_push ("-efi-boot-part");

May I add your SOB? If yes then Reviewed-by: Daniel Kiper <address@hidden>

Daniel



reply via email to

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