Package: grub2 Version: 1.92-1 As for bug #338824, the part is not corrected yet.
--- grub2-1.92/util/i386/pc/grub-install.in.orig +++ grub2-1.92/util/i386/pc/grub-install.in @@ -210,7 +210,7 @@ fs_module=`$grub_probefs --device-map=${device_map} ${grubdir}` if test "x$fs_module" = x -a "x$modules" = x; then echo "Auto-detection of a filesystem module failed." 1>&2 - echo "Please specify the module with the option `--modules' explicitly." 1>&2 + echo "Please specify the module with the option \`--modules' explicitly." 1>&2 exit 1 fi Although corrected to "grub_mkimage=${bindir}/grub-mkimage" by "01_fix_grub-install.patch", there is no important bindir. --- grub2-1.92.orig/util/i386/pc/grub-install.in +++ grub2-1.92/util/i386/pc/grub-install.in @@ -20,6 +20,7 @@ # Initialize some variables. [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]