/[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 456 by dpavlin, Fri Oct 2 10:23:56 2009 UTC revision 457 by dpavlin, Sat Jan 2 17:20:40 2010 UTC
# Line 147  sub nfsroot { Line 147  sub nfsroot {
147    
148                  system "sudo debootstrap --arch i386 lenny $debootstrap $debian_mirror";                  system "sudo debootstrap --arch i386 lenny $debootstrap $debian_mirror";
149    
150                  file::append "$debootstrap/etc/kernel-img.conf", "do_initrd = Yes\n" &&                  file::append "$debootstrap/etc/apt/sources.list.d/non-free.list", "deb $debian_mirror lenny non-free\n";
151                  in_chroot     $debootstrap => 'apt-get install -y --force-yes atl2-modules-2.6-686';                  in_chroot     $debootstrap => 'apt-get update';
152    
153                    file::append "$debootstrap/etc/kernel-img.conf", "do_initrd = Yes\n";
154                    in_chroot     $debootstrap => 'apt-get install -y --force-yes atl2-modules-2.6-686 firmware-bnx2';
155                  in_chroot     $debootstrap => 'apt-get -f install -y --force-yes locales';      # linux-image-2.6-686                  in_chroot     $debootstrap => 'apt-get -f install -y --force-yes locales';      # linux-image-2.6-686
156    
157                  file::append "$debootstrap/etc/initramfs-tools/modules", "atl2\n";                  file::append "$debootstrap/etc/initramfs-tools/modules", "atl2\n";

Legend:
Removed from v.456  
changed lines
  Added in v.457

  ViewVC Help
Powered by ViewVC 1.1.26