173,174c173,176 < if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then < echo "search --no-floppy --fs-uuid --set ${fs_uuid}" --- > if [ ! "x${GRUB_DISABLE_LINUX_UUID}" = "xtrue" ] ;then > if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then > echo "search --no-floppy --fs-uuid --set ${fs_uuid}" > fi