* util/grub.d/30_os-prober.in: Fix occurence of grub-probe instead of
grub_probe. Reported by: adamwill
This commit is contained in:
parent
7e532280bd
commit
3c76ea0c2c
8 changed files with 187 additions and 77 deletions
|
@ -168,7 +168,7 @@ EOF
|
|||
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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue