[syslinux] Passing option-209 to PXE client w/ ISC DHCPD

Geert Stappers stappers at stappers.nl
Mon Apr 28 08:46:02 PDT 2008


Op 28-04-2008 om 15:17 schreef Geert Stappers:
> Now I have also a maintaince friendly config.

>From the sake of the archive:

Index: dhcpd.conf
===================================================================
--- dhcpd.conf	(revision 257)
+++ dhcpd.conf	(revision 262)
@@ -34,6 +34,12 @@
 # have to hack syslog.conf to complete the redirection).
 log-facility local7 ;
 
+option space pxelinux;
+option pxelinux.magic      code 208 = string;
+option pxelinux.configfile code 209 = text;
+option pxelinux.pathprefix code 210 = text;
+option pxelinux.reboottime code 211 = unsigned integer 32;
+
 subnet 172.24.0.0 netmask 255.255.255.192 {
   range 172.24.0.11 172.24.0.12 ;
 }
@@ -140,8 +151,12 @@
   host inertia-eth0 {
     hardware ethernet 00:1e:8c:e1:9f:4a ;
     fixed-address inertia ;
     option host-name "inertia" ;
     next-server alpaca.gpm.stappers.nl ;
+    option pxelinux.configfile "gpxelinux.conf" ;
+    option pxelinux.pathprefix "http://alpaca.gpm.stappers.nl/~stappers/d-i/amd64/" ;
+    option pxelinux.reboottime 23 ;
+    vendor-option-space pxelinux ;
+    filename "gpxelinux.0" ;  
   }
 
   host inertia-eth1 {



Cheers
Geert Stappers




More information about the Syslinux mailing list