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

Diff of /lib/PXElator/pxe.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by dpavlin, Wed Jul 29 22:25:42 2009 UTC revision 52 by dpavlin, Thu Jul 30 11:47:16 2009 UTC
# Line 19  $url = "tftp://$server::ip/"; # fallback Line 19  $url = "tftp://$server::ip/"; # fallback
19    
20  my $squash = tftpd::path('debian-live/*squashfs');  my $squash = tftpd::path('debian-live/*squashfs');
21    
22  my $config = "$tftpd::dir/pxelinux.cfg/default";  my $config = "$tftpd::dir/pxelinux.cfg";
23    mkdir $config unless -d $config;
24    $config .= '/default';
25    
26  write_file $config, qq{  write_file $config, qq{
27    

Legend:
Removed from v.51  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.26