/[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 449 by dpavlin, Wed Sep 30 13:59:45 2009 UTC revision 450 by dpavlin, Fri Oct 2 10:23:56 2009 UTC
# Line 14  use File::Slurp; Line 14  use File::Slurp;
14    
15  our $mounted;  our $mounted;
16    
17  sub available { qw/debian_live webconverger debirf tinycore nfsroot openvz printer wrt/ };  sub available { qw/katalog debian_live webconverger debirf tinycore nfsroot openvz printer wrt/ };
18    
19  sub debian_live {  sub debian_live {
20          my ($ip) = @_;          my ($ip) = @_;
# Line 71  label webconverger Line 71  label webconverger
71    
72  }  }
73    
74    sub katalog {
75            my ($ip) = @_;
76            $mounted->{"webconverger/$ip"} ||= upstream::iso( 'http://download.webconverger.com/webc-5.5.iso' );
77            my $hostname = client::conf( $ip => 'hostname' ) || 'katalog';
78            my $homepage = client::conf( $ip => 'webconverger/homepage' => "http://koha.ffzg.hr" );
79            my $fetch    = client::conf( $ip => 'webconverger/fetch' => "http://${server::ip}:7777/webconverger/custom.squashfs" );
80    
81            pxelinux::config_for_ip( $ip, qq{
82    
83    default katalog
84    label katalog
85            kernel iso/live/vmlinuz-2.6.30-backports.1-486
86            append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=$fetch boot=live quiet nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=$hostname union=aufs homepage=$homepage locale=hr noprompt
87    
88            });
89    
90    }
91  =head1 debirf  =head1 debirf
92    
93  debirf is a system that will create diskless, all-in-ram images (kernel and initramfs) that boot entirely into ram and leave the user in a fully functional Debian system.  debirf is a system that will create diskless, all-in-ram images (kernel and initramfs) that boot entirely into ram and leave the user in a fully functional Debian system.

Legend:
Removed from v.449  
changed lines
  Added in v.450

  ViewVC Help
Powered by ViewVC 1.1.26