[SCM] live-helper branch, debian, updated. debian/2.0_a3-1-8-geadb24f
Daniel Baumann
daniel at debian.org
Tue Dec 22 21:23:42 UTC 2009
The following commit has been merged in the debian branch:
commit eadb24f3a0eac715ca137f7c1ac8ba46725a13fa
Author: Daniel Baumann <daniel at debian.org>
Date: Tue Dec 22 22:20:58 2009 +0100
Correcting handling of precached chroot when using plain chroot filesystem.
diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot
index 7612810..c65b7b5 100755
--- a/helpers/lh_binary_chroot
+++ b/helpers/lh_binary_chroot
@@ -84,7 +84,7 @@ ${LH_ROOT_COMMAND} rm -rf chroot/chroot
${LH_ROOT_COMMAND} rm -rf chroot.tmp
# Copying new chroot
-if [ -d cache/stages_bootstrap ]
+if [ -d cache/stages_bootstrap ] && [ "${LH_CHROOT_FILESYSTEM}" != "plain" ]
then
${LH_ROOT_COMMAND} mv chroot chroot.tmp
${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
--
live-helper
More information about the debian-live-changes
mailing list