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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 18 17:34:53 UTC 2007


Author: daniel
Date: 2007-06-18 17:34:53 +0000 (Mon, 18 Jun 2007)
New Revision: 2179

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


Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-06-18 17:17:57 UTC (rev 2178)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-06-18 17:34:53 UTC (rev 2179)
@@ -79,7 +79,7 @@
 
 		# Restoring old cache
 		mkdir -p binary/"${INITFS}"
-		${LH_ROOT_COMMAND} cp -a cache/stages_rootfs/filesystem.* binary/"${INITFS}"
+		${LH_ROOT_COMMAND} cp -al cache/stages_rootfs/filesystem.* binary/"${INITFS}"
 
 		if [ -n "${LH_ROOT_COMMAND}" ]
 		then
@@ -187,7 +187,7 @@
 
 		mkdir -p cache/stages_rootfs
 
-		${LH_ROOT_COMMAND} cp -a binary/"${INITFS}"/filesystem.* cache/stages_rootfs
+		${LH_ROOT_COMMAND} cp -al binary/"${INITFS}"/filesystem.* cache/stages_rootfs
 
 		if [ -n "${LH_ROOT_COMMAND}" ]
 		then

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-18 17:17:57 UTC (rev 2178)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cache	2007-06-18 17:34:53 UTC (rev 2179)
@@ -53,7 +53,7 @@
 				rm -rf chroot
 
 				# Restoring old cache
-				${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
+				${LH_ROOT_COMMAND} cp -al cache/stages_bootstrap chroot
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then
@@ -83,7 +83,7 @@
 
 				mkdir -p cache
 
-				${LH_ROOT_COMMAND} cp -a chroot cache/stages_bootstrap
+				${LH_ROOT_COMMAND} cp -al chroot cache/stages_bootstrap
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then

Modified: dists/trunk/live-helper/helpers/lh_chroot_cache
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-18 17:17:57 UTC (rev 2178)
+++ dists/trunk/live-helper/helpers/lh_chroot_cache	2007-06-18 17:34:53 UTC (rev 2179)
@@ -53,7 +53,7 @@
 				rm -rf chroot
 
 				# Restoring old cache
-				${LH_ROOT_COMMAND} cp -a cache/stages_chroot chroot
+				${LH_ROOT_COMMAND} cp -al cache/stages_chroot chroot
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then
@@ -83,7 +83,7 @@
 
 				mkdir -p cache
 
-				${LH_ROOT_COMMAND} cp -a chroot cache/stages_chroot
+				${LH_ROOT_COMMAND} cp -al chroot cache/stages_chroot
 
 				if [ -n "${LH_ROOT_COMMAND}" ]
 				then

Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-06-18 17:17:57 UTC (rev 2178)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-06-18 17:34:53 UTC (rev 2179)
@@ -65,7 +65,7 @@
 
 		if [ "${PURGE}" != "true" ] && [ -d cache/stages_bootstrap ]
 		then
-			${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot
+			${LH_ROOT_COMMAND} cp -al cache/stages_bootstrap chroot
 			mkdir -p .stage
 			touch .stage/bootstrap
 		fi

Modified: dists/trunk/live-helper/helpers/lh_source_debian-live
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian-live	2007-06-18 17:17:57 UTC (rev 2178)
+++ dists/trunk/live-helper/helpers/lh_source_debian-live	2007-06-18 17:34:53 UTC (rev 2179)
@@ -59,7 +59,7 @@
 
 # Copy system configuration
 mkdir -p source/debian-live
-cp -a config source/debian-live
+cp -al config source/debian-live
 
 # Create tarball
 cd source




More information about the Debian-live-changes mailing list