From: hpa Date: Tue, 28 Jan 2003 05:15:45 +0000 (+0000) Subject: Really replace "append" with "option" this time... X-Git-Tag: syslinux-3.11~630 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9652a3dc511e33351b729d6e1062a2482b3e59c3;p=platform%2Fupstream%2Fsyslinux.git Really replace "append" with "option" this time... --- diff --git a/pxelinux.doc b/pxelinux.doc index f889298..7cfac75 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));