/[pxelator]/config.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /config.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Sun Jul 26 14:21:48 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 187 byte(s)
added next file support so we deliver first gpxe and than config
examples for tftp and http boot of tinycore

1 dpavlin 3
2     $server_ip = '10.0.0.100';
3     #$server_ip = '172.25.25.1';
4    
5 dpavlin 4 $next_file = 'tinycore/tftp.gpxe';
6     $next_file = "http://$server_ip/pxelator/tinycore/http.gpxe";
7    
8 dpavlin 3 warn "server on $server_ip\n";

  ViewVC Help
Powered by ViewVC 1.1.26