I forgot the one about char_io.c -- i've made a mess of my
source tree; will turn back to using "cvs diff" instead.

Index: stage2/char_io.c
===================================================================
RCS file: /cvs/grub/stage2/char_io.c,v
retrieving revision 1.37
diff -u -d -u -r1.37 char_io.c
--- stage2/char_io.c    2000/09/06 12:31:24     1.37
+++ stage2/char_io.c    2000/09/08 22:35:51
@@ -182,7 +182,7 @@
 void
 init_page (void)
 {
-  cls ();
+  /* cls (); -- don't clear the screen, leave the previous messages - ARub */
 
   printf ("\n    GRUB  version %s  (%dK lower / %dK upper memory)\n\n",
          version_string, mbi.mem_lower, mbi.mem_upper);

Reply via email to