grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] fix use of grub-probe instead of ${grub_probe}


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] fix use of grub-probe instead of ${grub_probe}
Date: Mon, 02 Dec 2013 06:43:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

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 address@hidden"
> +  UUID="`${grub_probe} --target=fs_uuid --device address@hidden"
>    EXPUUID="$UUID"
>  
>    if [ x"address@hidden" != x ] ; then
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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