--- 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) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel