grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix use of grub-probe instead of ${grub_probe}
@ 2013-11-29  8:18 Andrey Borzenkov
  2013-12-02  5:43 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-11-29  8:18 UTC (permalink / raw)
  To: grub-devel

---
 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
-- 
tg: (69ca97c..) u/grub-probe-in-os_prober (depends on: master)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix use of grub-probe instead of ${grub_probe}
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-12-02  5:43 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-02  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).