[Debian-live-changes] r2034 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 11 09:59:41 UTC 2007


Author: daniel
Date: 2007-06-11 09:59:41 +0000 (Mon, 11 Jun 2007)
New Revision: 2034

Modified:
   dists/trunk/live-helper/helpers/lh_bootstrap_cache
   dists/trunk/live-helper/helpers/lh_chroot_cache
Log:


Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-11 09:50:55 UTC (rev 2033)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-11 09:59:41 UTC (rev 2034)
@@ -49,6 +49,9 @@
 
 			if [ "${STAGE}" = "bootstrap" ] && [ -d cache/stages_bootstrap ]
 			then
+				# Removing old chroot
+				rm -rf chroot
+
 				# Restoring old cache
 				${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap/* chroot
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-11 09:50:55 UTC (rev 2033)
+++ dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-11 09:59:41 UTC (rev 2034)
@@ -49,6 +49,9 @@
 
 			if [ "${STAGE}" = "chroot" ] && [ -d cache/stages_chroot ]
 			then
+				# Removing old chroot
+				rm -rf chroot
+
 				# Restoring old cache
 				${LH_ROOT_COMMAND} cp -a cache/stages_chroot/* chroot
 




More information about the Debian-live-changes mailing list