diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2012-09-16 11:19:41 -0400 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2012-09-16 11:19:41 -0400 |
commit | 85dba2c3058996d72def4a44304df882da3aa807 (patch) | |
tree | de4de3e616ab3bbf922ba6cf89540bd949cd4f91 | |
parent | e7fa638d4dd3e96796a99989ed537935ca118dea (diff) | |
download | syslinux-85dba2c3058996d72def4a44304df882da3aa807.tar.gz |
doc/pxechn.txt: update
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r-- | doc/pxechn.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pxechn.txt b/doc/pxechn.txt index 7e31d12a..7853d9ab 100644 --- a/doc/pxechn.txt +++ b/doc/pxechn.txt @@ -2,11 +2,11 @@ :doctype: manpage :author: Gene Cumm :email: gene.cumm@gmail.com -:revdate: 2012-09-03 +:revdate: 2012-09-16 == NAME == -pxechn.c32 - Chainboot to new Network Boot Program +pxechn.c32 - Chainboot to new Network Boot Program (NBP) == SYNOPSIS == @@ -17,7 +17,7 @@ pxechn.c32 - Chainboot to new Network Boot Program == DESCRIPTION == -Chainboot to a new NBP (Network Boot Program) 'FILE' with options to +Chainboot to a new Network Boot Program (NBP) 'FILE' with options to adjust PXE packet #3 (PXENV_PACKET_TYPE_CACHED_REPLY) to alter end behavior. 'FILE' may be a filename, an IP::FN ( 192.168.1.1::path/to/file.0 ), or URL. 'FILE' is parsed to adjust the @@ -119,13 +119,13 @@ suitable non-space separating character. Please note that some NBPs may ignore packet #3 by either not examining it at all or by issuing its own DHCP DISCOVER/REQUEST, negating all DHCP field/option modifications by pxechn.c32, including Microsoft Windows -Server 2008R2 WDS's wdsnbp.com. +Server 2008R2 WDS's wdsnbp.com. See also option '-W'. URL specifications in 'FILE' that include user/password before the host will currently cause the siaddr field to not be set properly. The non-space constraint is due to how Syslinux variants parse the -command line as of 2012-09-03. +command line as of 2012-09-16. == AUTHOR == |