always specify the option d in setup_func, fix some doc bugs.

This commit is contained in:
okuji 1999-12-31 09:16:28 +00:00
parent 372831bc72
commit 13d0ca1bd4
5 changed files with 51 additions and 8 deletions

View file

@ -1,3 +1,18 @@
1999-12-31 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (setup_func) [!NO_BUGGY_BIOS_IN_THE_WORLD]:
Specify the option `d', whether INSTALL_DRIVE is identical with
IMAGE_DRIVE or not.
* docs/user-ref.texi (Command-line-specific commands): Added a
caution about buggy BIOSes which don't pass a booting drive
properly.
* docs/src2texi: Added an extra space into the first line, for
the portability issue.
* docs/appendices.texi (Obtaining and Building GRUB): Update the
information on the ftp site and the CVS repository.
1999-12-30 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (blocklist_func): New function.