2004-01-18 Yoshinori K. Okuji <okuji@enbug.org>

* util/grub-install.in: Use the first word of GRUB_SHELL when
	checking if the grub shell is present. This is necessary to
	support options to the grub shell (e.g. grub --read-only).

	From Eric Kvaalen <E_Kvaalen.Arnesen@noos.fr>:
	* docs/grub.texi: Many bug fixes.
This commit is contained in:
okuji 2004-01-18 18:33:30 +00:00
parent 7b7b9a3f1b
commit 469abceb70
9 changed files with 268 additions and 227 deletions

View file

@ -48,3 +48,5 @@ Tilmann Bubeck added support for vt100-incompatible terminals.
KB Sriram added a better detection of FAT filesystem and fixed a
network device completion.
Eric Kvaalen fixed a lot of problems in the GRUB manual.