diff options
author | Francois Pons <fpons@mandriva.com> | 2003-08-13 12:12:43 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-08-13 12:12:43 +0000 |
commit | 442239c38c3502647bc5c3ded953bc6d7d3b3962 (patch) | |
tree | c634e579f8f3a85c0a220613401a0977737dece4 /perl-install/standalone/drakpxe | |
parent | a8b1f0b26c08d22139c2b949b1c30a8b00a08319 (diff) | |
download | drakx-442239c38c3502647bc5c3ded953bc6d7d3b3962.tar drakx-442239c38c3502647bc5c3ded953bc6d7d3b3962.tar.gz drakx-442239c38c3502647bc5c3ded953bc6d7d3b3962.tar.bz2 drakx-442239c38c3502647bc5c3ded953bc6d7d3b3962.tar.xz drakx-442239c38c3502647bc5c3ded953bc6d7d3b3962.zip |
fixed to match new pxe dhcp.conf configuration file.
Diffstat (limited to 'perl-install/standalone/drakpxe')
-rwxr-xr-x | perl-install/standalone/drakpxe | 4 |
1 files 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; |