From: Vladimir 'phcoder' Serbinenko Date: Sun, 3 Apr 2011 13:37:24 +0000 (+0200) Subject: * util/grub-install.in: Add a recommendation to use --recheck before X-Git-Tag: 1.99~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09ceb9a5923c65b1fc6d9f39a5b64f0e2c2373e3;p=thirdparty%2Fgrub.git * util/grub-install.in: Add a recommendation to use --recheck before reporting bugs. --- diff --git a/ChangeLog b/ChangeLog index 129703971..54a6d6333 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-02 Vladimir Serbinenko + + * util/grub-install.in: Add a recommendation to use --recheck before + reporting bugs. + 2011-04-02 Vladimir Serbinenko * docs/grub.texi (Vendor power-on buttons): Explain how the numbers diff --git a/util/grub-install.in b/util/grub-install.in index 4e78dfadb..ff8bea87c 100644 --- a/util/grub-install.in +++ b/util/grub-install.in @@ -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 " 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 " 1>&2 exit 1 fi