]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Add a recommendation to use --recheck before
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 3 Apr 2011 13:37:24 +0000 (15:37 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 3 Apr 2011 13:37:24 +0000 (15:37 +0200)
reporting bugs.

ChangeLog
util/grub-install.in

index 129703971b3e0513b7043ba87c7fffe659e74a2f..54a6d6333bc6abed2c3bde4d04c55f6bf651eef3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Add a recommendation to use --recheck before
+       reporting bugs.
+
 2011-04-02  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Vendor power-on buttons): Explain how the numbers
index 4e78dfadb37c5f872249245ec7f25400ccfe319a..ff8bea87c3cabd717410ae18992858e3d74c6758 100644 (file)
@@ -467,7 +467,8 @@ fi
 fs_module="`"$grub_probe" --device-map="${device_map}" --target=fs --device "${grub_device}"`"
 if test "x$fs_module" = x ; then
     echo "Auto-detection of a filesystem of ${grub_device} failed." 1>&2
-    echo "Please report this together with the output of \"$grub_probe --device-map=\"${device_map}\" --target=fs -v ${grubdir}\" to <bug-grub@gnu.org>" 1>&2
+    echo "Try with --recheck." 1>&2
+    echo "If the problem persists please report this together with the output of \"$grub_probe --device-map=\"${device_map}\" --target=fs -v ${grubdir}\" to <bug-grub@gnu.org>" 1>&2
     exit 1
 fi