Hi,
the following patch allows it to load the menu.lst configuraton
file from network. It works great for me.
Greetings,
Frank
--- fsys_tftp.c Sat Mar 18 23:44:41 2000
+++ /home/fm3/src/grub/netboot/fsys_tftp.c Tue Mar 28 10:40:00 2000
@@ -269,6 +269,9 @@
if (current_drive != NETWORK_DRIVE)
return 0;
+ if (!bootp())
+ return 0;
+
/* If the drive is not initialized yet, abort. */
if (! network_ready)
return 0;
--
Frank Mehnert
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED] http://os.inf.tu-dresden.de/~fm3 ##