[PATCH] Hiding of elements of the boot selection menu

2001-11-08 Thread Jochen Schmitt
to hear your mind about it. Best Regards: Jochen Schmitt --- grub-0.90.org/stage2/builtins.c Thu Nov 8 20:13:58 2001 +++ grub-0.90/stage2/builtins.c Thu Nov 8 22:02:13 2001 @@ -77,6 +77,12 @@ int grub_timeout = -1; /* Whether to show the menu or not. */ int show_menu = 1; +/* hide

BUG/PATCH: Crash by command SETKEY

2000-10-16 Thread Jochen Schmitt
Hallo, when I typ in the command 'SETKEY' in the grub shel without any argument, so the grub shell crash. The following patch coused, that this crash will not occured. Regards: Jochen Schmitt --- stage2/char_io.c.orgMon Oct 16 19:54:02 2000 +++ stage2/char_io.cMon Oct 16 19:56:13