/[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 462 by dpavlin, Sat Jan 2 22:55:33 2010 UTC revision 463 by dpavlin, Sun Jan 3 01:19:50 2010 UTC
# Line 205  iface eth0 inet dhcp Line 205  iface eth0 inet dhcp
205                  file::append "$export/etc/rc.local", $_;                  file::append "$export/etc/rc.local", $_;
206          } ( '/srv/sysadmin-cookbook/recepies/amt/serial-console.sh' );          } ( '/srv/sysadmin-cookbook/recepies/amt/serial-console.sh' );
207    
208          pxelinux::config_for_ip( $ip, qq{          pxelinux::config_ip_boot( $ip, "$export/boot", "root=/dev/nfs nfsroot=$server->{ip}:$export ro ip=dhcp" );
209    
 default nfsroot  
 label nfsroot  
         kernel $ip/vmlinuz  
         append initrd=$ip/initrd.img root=/dev/nfs nfsroot=$server->{ip}:$export ro ip=dhcp  
   
 label old  
         kernel $ip/vmlinuz.old  
         append initrd=$ip/initrd.img.old root=/dev/nfs nfsroot=$server->{ip}:$export ro ip=dhcp  
   
         });  
210  }  }
211    
212  sub openvz {  sub openvz {

Legend:
Removed from v.462  
changed lines
  Added in v.463

  ViewVC Help
Powered by ViewVC 1.1.26