summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2003-01-28 05:15:45 +0000
committerhpa <hpa>2003-01-28 05:15:45 +0000
commit9652a3dc511e33351b729d6e1062a2482b3e59c3 (patch)
tree0165e76a952251b7da3838c2ea15eee90f43b7fc
parentb6489240e140800b91d1ae3d0f1d82f674d0f71b (diff)
downloadsyslinux-9652a3dc511e33351b729d6e1062a2482b3e59c3.tar.gz
Really replace "append" with "option" this time...
-rw-r--r--pxelinux.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxelinux.doc b/pxelinux.doc
index f889298b..7cfac755 100644
--- a/pxelinux.doc
+++ b/pxelinux.doc
@@ -273,8 +273,8 @@ the configuration file name, you could do something like:
site-option-space "pxelinux";
option pxelinux.magic f1:00:74:7e;
if exists dhcp-parameter-request-list {
- # Always send the PXELINUX options
- append dhcp-parameter-request-list 208, 209, 210, 211;
+ # Always send the PXELINUX options (specified in hexadecimal)
+ option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3);
}
option pxelinux.configfile =
concat("pxelinux.cfg/", binary-to-ascii(16, 8, ":", hardware));