Author: shadzik
Date: Sun Aug  8 13:56:32 2010
New Revision: 11767

Modified:
   livecd/mklive/mklive
Log:
- oops, accidentally removed some code; restored


Modified: livecd/mklive/mklive
==============================================================================
--- livecd/mklive/mklive        (original)
+++ livecd/mklive/mklive        Sun Aug  8 13:56:32 2010
@@ -193,6 +193,13 @@
 kernel_rel=$(get_src_kernel_rel $1)
 [ $? -ne 0 ] && die "Kernel release not found: "$kernel_rel
 
+echo "::: mkLive :::"   
+echo "found kernel:         $kernel_rel"        
+echo "compression method:   $compr"     
+echo "initrd temporary dir: $tmp_initrd"        
+echo "iso temporary dir:    $tmp_iso_root"      
+echo "templates directory:  $mkroot/$templatesDir"      
+echo ""
 
 # is templates exists
 [ ! -d $mkroot/$templatesDir ] && die "templates dir: $mkroot/$templatesDir 
does not exist."
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to