]> git.ipfire.org Git - thirdparty/grub.git/commit
2002-01-08 Yoshinori K. Okuji <okuji@gnu.org>
authorokuji <okuji@localhost>
Tue, 8 Jan 2002 03:19:23 +0000 (03:19 +0000)
committerokuji <okuji@localhost>
Tue, 8 Jan 2002 03:19:23 +0000 (03:19 +0000)
commit4ea83d78119c6a038cc4fcf9dcaaa6a7d531d6ab
tree454d7cce6c31c51d6d973f693ed6f510c16aea07
parent843ddd971232957c387b7848f19cca4a70d962b1
2002-01-08  Yoshinori K. Okuji  <okuji@gnu.org>

* grub/main.c (use_preset_menu): New variable.
(OPT_PRESET_MENU): New macro.
(longopts): Added an entry for "--preset-menu".
(usage): Added a description for "--preset-menu". Also, change
the first character of the description for "--device-map" to
lower case for consistency.
(main): Set USE_PRESET_MENU to 1 in the case of OPT_PRESET_MENU.
* stage2/shared.h (use_preset_menu): Declared.
* stage2/stage2.c [PRESET_MENU_STRING || SUPPORT_DISKLESS]
(open_preset_menu) [GRUB_UTIL]: If USE_PRESET_MENU is false,
return zero immediately.
ChangeLog
NEWS
docs/grub.8
grub/main.c
stage2/shared.h
stage2/stage2.c