On Wed, Jul 18, 2007 at 10:34:57AM +0100, Enrico Tassi wrote:

> installed on the host. The second mode also allows not to copy the
> entire chroot (that by the way has recently been reverted to the slow cp
> -a instead of cp -al).

I have applied this patch for lh_binary_chroot rev. 2509 and
benefit about 50% of total build time without any side effects.

-- 

*********************************
****   Vladimir Stavrinov  ******
*******   [EMAIL PROTECTED]   ******
*********************************
--- live-helper/helpers/lh_binary_chroot	2007-07-18 12:47:01.000000000 +0400
+++ live-helper.patched/helpers/lh_binary_chroot	2007-07-18 16:16:27.000000000 +0400
@@ -63,7 +63,7 @@
 ${LH_ROOT_COMMAND} rm -rf chroot.tmp
 
 # Copying new chroot
-${LH_ROOT_COMMAND} cp -a chroot chroot.tmp
+${LH_ROOT_COMMAND} cp -al chroot chroot.tmp
 ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
 
 if [ -n "${LH_ROOT_COMMAND}" ]
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to