UUID search command even if hints probing failed.
-2012-06-17 Vladimir Serbinenko <phcoder@gmail.com>
+2012-06-18 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Generate
+ UUID search command even if hints probing failed.
+
+2012-06-18 Vladimir Serbinenko <phcoder@gmail.com>
* po/POTFILES.in: Regenerated.
echo "set root='$fs_hint'"
fi
if fs_uuid="`"${grub_probe}" --device "${device}" --target=fs_uuid 2> /dev/null`" ; then
- hints="`"${grub_probe}" --device "${device}" --target=hints_string 2> /dev/null`"
+ hints="`"${grub_probe}" --device "${device}" --target=hints_string 2> /dev/null`" || hints=
echo "if [ x\$feature_platform_search_hint = xy ]; then"
echo " search --no-floppy --fs-uuid --set=root ${hints} ${fs_uuid}"
echo "else"