/[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

Contents of /config.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show 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
2 $server_ip = '10.0.0.100';
3 #$server_ip = '172.25.25.1';
4
5 $next_file = 'tinycore/tftp.gpxe';
6 $next_file = "http://$server_ip/pxelator/tinycore/http.gpxe";
7
8 warn "server on $server_ip\n";

  ViewVC Help
Powered by ViewVC 1.1.26