r2836 - in dists/trunk/live-helper: docs helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Sep 5 20:41:09 UTC 2007


Author: daniel
Date: 2007-09-05 20:41:09 +0000 (Wed, 05 Sep 2007)
New Revision: 2836

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_bootstrap_cache
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-09-05 10:37:36 UTC (rev 2835)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-09-05 20:41:09 UTC (rev 2836)
@@ -5,6 +5,9 @@
 	* helpers/lh_chroot_local-packages:
 	  - Added check for actual packages as mentioned by Peter Holik
 	  <peter at holik.at>.
+	* helpers/lh_bootstrap_cache:
+	  - Added forgotten creation of the stagefile as mentioned by
+	    Peter Holik <peter at holik.at>.
 
 2007-08-28  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-09-05 10:37:36 UTC (rev 2835)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-09-05 20:41:09 UTC (rev 2836)
@@ -90,6 +90,9 @@
 				then
 					${LH_ROOT_COMMAND} chown -R `whoami`:`whoami` cache/stages_bootstrap
 				fi
+
+				# Creating stage file
+				Create_stagefile .stage/bootstrap_cache.save
 			fi
 			;;
 	esac




More information about the debian-live-changes mailing list