forked from pool/grub2
14 lines
490 B
Diff
14 lines
490 B
Diff
|
Index: grub-1.99/util/grub.d/30_os-prober.in
|
||
|
===================================================================
|
||
|
--- grub-1.99.orig/util/grub.d/30_os-prober.in
|
||
|
+++ grub-1.99/util/grub.d/30_os-prober.in
|
||
|
@@ -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
|
||
|
;;
|