Bug#346177: grub-install does not operate
shock at csc.jp
shock at csc.jp
Fri Jan 6 07:37:04 UTC 2006
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.
prefix=@prefix@
exec_prefix=@exec_prefix@
+bindir=@bindir@
sbindir=@sbindir@
datadir=@datadir@
PACKAGE_NAME=@PACKAGE_NAME@
More information about the Pkg-grub-devel
mailing list