According to OKUJI Yoshinori:
> Finally, I've added diskless support into GRUB, based on patches by
> Christoph and Chip.

<dance of joy> Thanks! </doj>

> Please test it as many environments as possible. In particular, I
> want to know if it really works for PXE, as I can't test the image
> for PXE myself.

I'll do that tomorrow (today is a holiday in the US).  But here's a
cosmetic patch that redisplays the network config before waiting for
interactive input:

-------------------------------------------------------------------------
2000-05-29  Chip Salzenberg  <[EMAIL PROTECTED]>

        * stage2/cmdline.c (enter_cmdline) [SUPPORT_DISKLESS]: Redisplay
        network configuration after clearing screen, before first prompt.

Index: cmdline.c
diff -u -2 -r1.16 cmdline.c
--- cmdline.c   2000/05/29 16:11:08     1.16
+++ cmdline.c   2000/05/30 01:05:39
@@ -115,7 +115,15 @@
 enter_cmdline (char *heap, int forever)
 {
-  /* Initialize the data and print a message.  */
   init_cmdline ();
+
+  /* Print a welcome message.  */
   init_page ();
+#ifdef SUPPORT_DISKLESS
+  if (boot_drive == NETWORK_DRIVE)
+    {
+      print_network_configuration ();
+      printf ("\n");
+    }
+#endif
   print_cmdline_message (forever);
 
-- 
Chip Salzenberg              - a.k.a. -              <[EMAIL PROTECTED]>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

Reply via email to