[SCM] live-helper branch, debian, updated. debian/2.0_a17-1

Daniel Baumann daniel at debian.org
Fri Jul 2 16:25:39 UTC 2010


The following commit has been merged in the debian branch:
commit 271447ed5703457ff3ee51d70da22e928a5f1119
Author: Alexander Sack <asac at linaro.org>
Date:   Fri Jul 2 14:26:45 2010 +0200

    Fix virtual-hdd packing only the stuff inside the binary/ tree in the image in binary_virtual-hdd.

diff --git a/helpers/binary_virtual-hdd b/helpers/binary_virtual-hdd
index aeb701a..1cb9755 100755
--- a/helpers/binary_virtual-hdd
+++ b/helpers/binary_virtual-hdd
@@ -102,7 +102,8 @@ fi
 
 mkdir -p binary.tmp
 ${LH_ROOT_COMMAND} mount -o loop binary-virtual.img binary.tmp
-cp -a binary/ binary.tmp
+cp -a binary/* binary.tmp
+cp -af binary/.disk* binary.tmp
 
 ${LH_ROOT_COMMAND} umount binary.tmp
 rmdir binary.tmp

-- 
live-helper



More information about the debian-live-changes mailing list