Hi,

Update:

Now pxe fs exports PXE_MAC and PXE_IP on startup.
pxecfg can support multiple files, and the syntax is changed a bit:

 ip {
   192 {
     168.2 {
       command = "echo ip 192.168.2.*"
     }

     169 {
       command = "echo ip 192.169.*.*"
     }

     command = "echo ip 192.*.*.*"
   }
 }

 mac {
   00-0c-29-1a {
     command = "echo mac 00-0c-29-1a-*-*"
   }

   command = "echo mac *-*-*-*-*-*"
 }

The top level pxe node is removed, and you can have multiple ip or mac section.

-- 
Bean

gitgrub home: http://github.com/grub/grub/
my fork page: http://github.com/bean123/grub/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to