From 9652a3dc511e33351b729d6e1062a2482b3e59c3 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 28 Jan 2003 05:15:45 +0000 Subject: [PATCH] Really replace "append" with "option" this time... --- pxelinux.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); -- 2.7.4