From 442239c38c3502647bc5c3ded953bc6d7d3b3962 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 13 Aug 2003 12:12:43 +0000 Subject: fixed to match new pxe dhcp.conf configuration file. --- perl-install/standalone/drakpxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 7ffe84d58..7fbc84657 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -362,7 +362,7 @@ option pxelinux.reboottime 30; class "Etherboot" { #if The vendor-class-identifier equal Etherboot-5.0 -match if substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.0"; +match if substring (option vendor-class-identifier, 0, 9) = "Etherboot"; # filename define the file retrieve by the client, there nbgrub # our tftp is chrooted so is just the path to the file @@ -373,7 +373,7 @@ option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; # Set the "vendor-class-identifier" field to "PXEClient" in dhcp answer # if this field is not set the pxe client will ignore the answer ! -option vendor-class-identifier "Etherboot-5.0"; +option vendor-class-identifier "Etherboot"; vendor-option-space PXE; option PXE.mtftp-ip 0.0.0.0; -- cgit v1.2.1