grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] fix use of grub-probe instead of ${grub_probe}
Date: Mon, 02 Dec 2013 06:43:49 +0100	[thread overview]
Message-ID: <529C1E15.8070207@gmail.com> (raw)
In-Reply-To: <1385713091-32204-1-git-send-email-arvidjaar@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

Go ahead.
On 29.11.2013 09:18, Andrey Borzenkov wrote:
> ---
>  util/grub.d/30_os-prober.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
> index 3d1b938..0470e66 100644
> --- a/util/grub.d/30_os-prober.in
> +++ b/util/grub.d/30_os-prober.in
> @@ -112,7 +112,7 @@ for OS in ${OSPROBED} ; do
>    LONGNAME="`echo ${OS} | cut -d ':' -f 2 | tr '^' ' '`"
>    LABEL="`echo ${OS} | cut -d ':' -f 3 | tr '^' ' '`"
>    BOOT="`echo ${OS} | cut -d ':' -f 4`"
> -  UUID="`grub-probe --target=fs_uuid --device ${DEVICE%@*}`"
> +  UUID="`${grub_probe} --target=fs_uuid --device ${DEVICE%@*}`"
>    EXPUUID="$UUID"
>  
>    if [ x"${DEVICE#*@}" != x ] ; then
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

      reply	other threads:[~2013-12-02  5:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29  8:18 [PATCH] fix use of grub-probe instead of ${grub_probe} Andrey Borzenkov
2013-12-02  5:43 ` Vladimir 'φ-coder/phcoder' Serbinenko [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=529C1E15.8070207@gmail.com \
    --to=phcoder@gmail.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).