[Top][All Lists]
[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/
- [GITGRUB] Support PXE option and new command pxecfg, Bean, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Vladimir 'phcoder' Serbinenko, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Bean, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Vladimir 'phcoder' Serbinenko, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Bean, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Vladimir 'phcoder' Serbinenko, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Felix Zielcke, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg, Robert Millan, 2009/10/16
- Re: [GITGRUB] Support PXE option and new command pxecfg,
Bean <=
- Re: [GITGRUB] Support PXE option and new command pxecfg, Robert Millan, 2009/10/20
- Re: [GITGRUB] Support PXE option and new command pxecfg, Bean, 2009/10/20
Re: [GITGRUB] Support PXE option and new command pxecfg, Robert Millan, 2009/10/16