[SCM] live-build branch, debian, updated. debian/2.0.6-1

Daniel Baumann daniel at debian.org
Sat Nov 13 15:11:29 UTC 2010


The following commit has been merged in the debian branch:
commit 906b47e19d4f69d9df9591e033f76921631962cc
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 2 11:37:50 2010 +0100

    Workarounding symlink on usb-hdd when including debian-installer and using vfat filesystems.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 1911c6e..f9a1843 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -626,17 +626,22 @@ EOF
 	rm -f chroot/binary.sh
 	mv chroot/root/binary ./
 
-	# Creating dist symlinks
-	for DISTRIBUTION in frozen stable testing unstable ${LB_DISTRIBUTION}
-	do
-		ln -s ${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
-	done
-
-	case "${LB_BINARY_IMAGES}" in
-		usb*)
+	case "${LB_BINARY_FILESYSTEM}" in
+		vat*)
+			# Creating dist directories
+			for DISTRIBUTION in frozen stable testing unstable ${LB_DISTRIBUTION}
+			do
+				cp -a ${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
+			done
 			;;
 
 		*)
+			# Creating dist symlinks
+			for DISTRIBUTION in frozen stable testing unstable ${LB_DISTRIBUTION}
+			do
+				ln -s ${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
+			done
+
 			ln -s . binary/debian
 			;;
 	esac

-- 
live-build



More information about the debian-live-changes mailing list