17 lines
636 B
Diff
17 lines
636 B
Diff
From: Adam Williamson <awilliam@redhat.com>
|
|
Subject: call ${grub_probe} instead of grub-probe in OSXUUID line of 30_os-prober.in
|
|
Date: 2011-12-08 17:55:47 +0000
|
|
|
|
=== modified file 'util/grub.d/30_os-prober.in'
|
|
--- a/util/grub.d/30_os-prober.in 2011-12-08 09:39:52.311466000 -0800
|
|
+++ b/util/grub.d/30_os-prober.in 2011-12-08 09:41:22.984908889 -0800
|
|
@@ -168,7 +168,7 @@
|
|
done
|
|
;;
|
|
macosx)
|
|
- OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
|
|
+ OSXUUID="`${grub_probe} --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
|
|
osx_entry xnu_kernel 32
|
|
osx_entry xnu_kernel64 64
|
|
;;
|