Parent Directory
|
Revision Log
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 |