Update of /cvsroot/leaf/src/The_UnNamed_One/buildtool
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32669

Modified Files:
        buildpacket.pl 
Log Message:
fix cpio parameter creating initrd.lrp 


Index: buildpacket.pl
===================================================================
RCS file: /cvsroot/leaf/src/The_UnNamed_One/buildtool/buildpacket.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildpacket.pl      1 Mar 2008 16:24:13 -0000       1.1
--- buildpacket.pl      14 Aug 2009 08:19:22 -0000      1.2
***************
*** 855,859 ****
        my $mountpoint = $tmpDir;       
  
!       system_exec("cd $tmpDir; find . | cpio -c -o | gzip -9 > 
$initrdImage.lrp");
  
        system_exec("chown -h $lrp_owner:$lrp_group $initrdImage.lrp","chown 
failed on $initrdImage.lrp ");
--- 855,859 ----
        my $mountpoint = $tmpDir;       
  
!       system_exec("cd $tmpDir; find . | cpio  -o -H newc | gzip -9 > 
$initrdImage.lrp");
  
        system_exec("chown -h $lrp_owner:$lrp_group $initrdImage.lrp","chown 
failed on $initrdImage.lrp ");


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to