/[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 233 by dpavlin, Sun Aug 16 22:51:57 2009 UTC revision 234 by dpavlin, Sun Aug 16 23:32:21 2009 UTC
# Line 21  sub debian_live { Line 21  sub debian_live {
21                  debian-live-501-i386-standard.squashfs                  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{          pxelinux::config_for_ip( $ip, qq{
27    
28  default debian_live  default debian_live
29  label debian_live  label debian_live
30          kernel iso/live/vmlinuz-2.6.30-backports.1-486          kernel vmlinuz1
31          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          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    
         $dhcpd::file = "pxelinux.0";  
         $pxelinux::path_prefix = 'live-helper/tftpboot/';  
         $pxelinux::config_file = 'pxelinux.cfg/default';  
34  }  }
35    
36  use upstream;  use upstream;

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

  ViewVC Help
Powered by ViewVC 1.1.26