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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 13:55:02 UTC 2007


Author: daniel
Date: 2007-05-28 13:55:02 +0000 (Mon, 28 May 2007)
New Revision: 1848

Modified:
   dists/trunk/live-helper/helpers/lh_binary_chroot
   dists/trunk/live-helper/helpers/lh_source_generic
   dists/trunk/live-helper/helpers/lh_source_hdd
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 13:41:21 UTC (rev 1847)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 13:55:02 UTC (rev 1848)
@@ -62,7 +62,7 @@
 ${LH_ROOT_COMMAND} rm -rf chroot.tmp
 
 # Copying new chroot
-Echo_message "Copying chroot, this can take a while."
+Echo_message "Copying chroot, this may take a while."
 ${LH_ROOT_COMMAND} cp -a chroot chroot.tmp
 ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
 

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 13:41:21 UTC (rev 1847)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 13:55:02 UTC (rev 1848)
@@ -62,7 +62,7 @@
 		fi
 
 		# Create tarball
-		Echo_message "Creating tarball, this can take a while."
+		Echo_message "Creating tarball, this may take a while."
 		tar cf source.tar source
 
 		# Creating stage file

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 13:41:21 UTC (rev 1847)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 13:55:02 UTC (rev 1848)
@@ -62,7 +62,7 @@
 		fi
 
 		# Create tarball
-		Echo_message "Creating tarball, this can take a while."
+		Echo_message "Creating tarball, this may take a while."
 		tar cfz source-hdd.tar.gz source
 
 		# Creating stage file




More information about the Debian-live-changes mailing list