/[pxelator]/lib/PXElator/config.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/config.pm

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

revision 212 by dpavlin, Thu Aug 13 12:02:43 2009 UTC revision 234 by dpavlin, Sun Aug 16 23:32:21 2009 UTC
# Line 12  use File::Slurp; Line 12  use File::Slurp;
12  sub available { qw/debian_live webconverger debirf tinycore/ };  sub available { qw/debian_live webconverger debirf tinycore/ };
13    
14  sub debian_live {  sub debian_live {
15          $dhcpd::file = "pxelinux.0";          my ($ip) = @_;
16          $pxelinux::path_prefix = 'live-helper/tftpboot/';  
17          $pxelinux::config_file = 'pxelinux.cfg/default';          upstream::files( qw{
18                    http://cdimage.debian.org/cdimage/release/current-live/i386/web/
19                    vmlinuz1
20                    initrd1.img
21                    debian-live-501-i386-standard.squashfs
22            });
23    
24            my $hostname = client::conf( $ip => 'hostname' ) || 'debian-live';
25    
26            pxelinux::config_for_ip( $ip, qq{
27    
28    default debian_live
29    label debian_live
30            kernel vmlinuz1
31            append initrd=initrd1.img fetch=http://${server::ip}:7777/debian-live/debian-live-501-i386-standard.squashfs boot=live nopersistent hostname=$hostname union=aufs
32            });
33    
34  }  }
35    
36  use upstream;  use upstream;

Legend:
Removed from v.212  
changed lines
  Added in v.234

  ViewVC Help
Powered by ViewVC 1.1.26