[SCM] debian-live/live-initramfs branch, master, updated. 1.99.2-1-40-ge8ab81e

Daniel Baumann daniel at debian.org
Thu Oct 4 06:19:33 UTC 2007


The branch, master has been updated
       via  e8ab81e516713457b566f920b377f3fcecc93e3a (commit)
      from  ed1533c2e796699d19a52d28d51dc2eb1609b0e0 (commit)


- Shortlog ------------------------------------------------------------
e8ab81e Fixing typing error.

Summary of changes:
 scripts/live |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit e8ab81e516713457b566f920b377f3fcecc93e3a
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Oct 4 08:19:24 2007 +0200

    Fixing typing error.

diff --git a/scripts/live b/scripts/live
index 975c03d..43d3dde 100755
--- a/scripts/live
+++ b/scripts/live
@@ -853,13 +853,13 @@ setup_unionfs ()
 	then
 		for IMAGE in $(cat ${image_directory}/filesystem.${MODULE}.module)
 		do
-			image_string="${image_string} ${image_directory}/${image}"
+			image_string="${image_string} ${image_directory}/${IMAGE}"
 		done
 	elif [ -e "${image_directory}/${MODULE}.module" ]
 	then
 		for IMAGE in $(cat ${image_directory}/${MODULE}.module)
 		do
-			image_string="${image_string} ${image_directory}/${image}"
+			image_string="${image_string} ${image_directory}/${IMAGE}"
 		done
 	else
 		# ${MODULE}.module does not exist, create a list of images

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list