grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GITGRUB] Support PXE option and new command pxecfg


From: Bean
Subject: Re: [GITGRUB] Support PXE option and new command pxecfg
Date: Mon, 19 Oct 2009 17:02:13 +0800

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]