On Sat, Jul 28, 2007 at 12:33:55PM -0400, john wrote:
Index: main/filo.c
--- main/filo.c (revision 34) +++ main/filo.c (working copy) @@ -60,6 +60,7 @@
/* Initialize */ init();
- delay(5); grub_main(); return 0;
}
Thanks, I fixed that in the wiki now. I verified that copy+pasting from the wiki will produce the same (working) patch you attached.
Uwe.