/[grub]/grub/stage2/cmdline.c
ViewVC logotype

Diff of /grub/stage2/cmdline.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by okuji, Sun Jun 20 13:48:46 2004 UTC revision 1.30 by okuji, Mon Aug 16 23:25:44 2004 UTC
# Line 201  run_script (char *script, char *heap) Line 201  run_script (char *script, char *heap)
201    
202            /* If a fallback entry is defined, don't prompt a user's            /* If a fallback entry is defined, don't prompt a user's
203               intervention.  */               intervention.  */
204            if (fallback_entryno >= 0)            if (fallback_entryno < 0)
205              {              {
206                grub_printf ("\nPress any key to continue...");                grub_printf ("\nPress any key to continue...");
207                (void) getkey ();                (void) getkey ();

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26