/[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 176 by dpavlin, Fri Aug 7 12:27:28 2009 UTC revision 212 by dpavlin, Thu Aug 13 12:02:43 2009 UTC
# Line 33  sub webconverger { Line 33  sub webconverger {
33          upstream::iso( 'http://download.webconverger.com/webc-5.2.iso' );          upstream::iso( 'http://download.webconverger.com/webc-5.2.iso' );
34    
35          my $homepage = client::conf( $ip => 'homepage', default => "http://${server::ip}:7777/client" );          my $homepage = client::conf( $ip => 'homepage', default => "http://${server::ip}:7777/client" );
36          my $hostname = client::conf( $ip => 'hostname', default => 'webconverger' );          my $hostname = client::conf( $ip => 'hostname' ) || 'webconverger';
37    
38          pxelinux::config_for_ip( $ip, qq{          pxelinux::config_for_ip( $ip, qq{
39    
40  default webconverger  default webconverger
41  label webconverger  label webconverger
42          kernel iso/live/vmlinuz-2.6.30-backports.1-486          kernel iso/live/vmlinuz-2.6.30-backports.1-486
43          append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=http://${server::ip}:7777/webconverger/iso/live/filesystem.squashfs boot=live quiet nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=$hostname union=aufs homepage=$homepage          append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=http://${server::ip}:7777/webconverger/iso/live/filesystem.squashfs boot=live quiet nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=$hostname union=aufs homepage=$homepage locale=hr
44    
45          });          });
46    

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

  ViewVC Help
Powered by ViewVC 1.1.26