* stage2/builtins.c [SUPPORT_SERIAL] (terminal_func): Set
	COUNT_LINES to -1, to disable the pager.
+2002-04-17  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * stage2/builtins.c [SUPPORT_SERIAL] (terminal_func): Set
+       COUNT_LINES to -1, to disable the pager.
+       
 2002-04-16  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * docs/grub.texi (Obtaining and Building GRUB): Update the link
 
   if (terminal & TERMINAL_SERIAL)
     {
       int time1, time2 = -1;
+
+      /* XXX: Disable the pager.  */
+      count_lines = -1;
       
       /* Get current time.  */
       while ((time1 = getrtsecs ()) == 0xFF)