Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SYSLINUX] chain pxelinux (4.02) not working
2011-10-14, 13:22
Post: #4
RE: [SYSLINUX] chain pxelinux (4.02) not working
Ok, finally I found my error. I tried to add some stuff near:
Code:
sub no_params {
    print $q->header('text/plain'), <<"EOM";
#!gpxe
echo Loading PXE script for \${net0/mac}
chain $root_url/$myself?uuid=\${uuid}&mac=\${net0/mac}&ip=\${net0/ip}&hostname=\${hostname:uristring}&serial=\${serial:uristring}&manufacturer=\${manufacturer:uristring}&product=\${product:uristring}
EOM
    return 1;
}

And made a mistake.


Sorry for the disturbance.


Regards,
JM
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [SYSLINUX] chain pxelinux (4.02) not working - mymycracra - 2011-10-14 13:22



User(s) browsing this thread: 1 Guest(s)