Package: grub2
Version: 1.91

The following messages will be seen if grub-install is run:
 # grub-install /dev/hda
 /usr/sbin/grub-mkimage: Not found.

grub-mkimage is in /usr/bin instead of /usr/sbin in fact.
>grub_mkimage=${sbindir}/grub-mkimage


Furthermore, the following messages are seen. When /bin/sh is dash:
 /usr/sbin/grub-install: 237: Syntax error: EOF in backquote substitution

When /bin/sh is bash:
 /usr/sbin/grub-install: line 213: unexpected EOF while looking for matching ``'
 /usr/sbin/grub-install: line 237: syntax error: unexpected end of file

Please add "\" before "`" and "'".
>    echo "Please specify the module with the option `--modules' explicitly." 
> 1>&2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to