/[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 142 by dpavlin, Tue Aug 4 18:05:49 2009 UTC revision 145 by dpavlin, Tue Aug 4 18:36:07 2009 UTC
# Line 34  sub webconverger { Line 34  sub webconverger {
34  default webconverger  default webconverger
35  label webconverger  label webconverger
36          kernel iso/live/vmlinuz-2.6.30-backports.1-486          kernel iso/live/vmlinuz-2.6.30-backports.1-486
37          append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=http://172.16.10.1/pxelator/webconverger/iso/live/filesystem.squashfs boot=live quiet homepage=http://172.16.10.1:7777/ nonetworking nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=webconverger union=aufs          append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=http://172.16.10.1:7777/webconverger/iso/live/filesystem.squashfs boot=live quiet homepage=http://172.16.10.1:7777/ nonetworking nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=webconverger union=aufs
38    
39          });          });
40    
# Line 63  label linux Line 63  label linux
63          });          });
64  }  }
65    
66    sub tinycore {
67            my $ip = shift;
68            upstream::iso( 'http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/tinycore_2.2.iso' );
69            pxelinux::config_for_ip( $ip, qq{
70    
71    default linux
72    label linux
73            kernel iso/boot/bzImage
74            append initrd=iso/boot/tinycore.gz
75    
76            });
77    }
78    
79  sub for_ip {  sub for_ip {
80          my $ip = shift;          my $ip = shift;
81  #       debian_live();          debian_live($ip);
82  #       webconverger($ip);  #       webconverger($ip);
83          debirf($ip);  #       debirf($ip);
84    #       tinycore($ip);
85  #       $tftp::dir = "$server::base_dir/tftp/$pxelinux::path_prefix";  #       $tftp::dir = "$server::base_dir/tftp/$pxelinux::path_prefix";
86  }  }
87    

Legend:
Removed from v.142  
changed lines
  Added in v.145

  ViewVC Help
Powered by ViewVC 1.1.26