[SCM] debian-live branch, master, updated. 1.0_a47-1-23-g5d70e02

Chris Lamb chris at chris-lamb.co.uk
Sat Jun 14 17:40:19 UTC 2008


The following commit has been merged in the master branch:
commit 5d70e02dd186a0737c1f1bf0dbdfcd5805e61ec8
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Jun 14 18:36:22 2008 +0100

    Only deference symlinks on FAT{16,32} partitions on usb-hdd.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index ba628ef..70959ac 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -83,7 +83,11 @@ esac
 # Working arround vfat limitations
 if [ "${LH_BINARY_IMAGE}" = "usb-hdd" ]
 then
-	CP_OPTIONS="-L"
+	case "${LH_BINARY_FILESYSTEM}" in
+		fat*)
+			CP_OPTIONS="-L"
+			;;
+	esac
 fi
 
 # Copying common templates

-- 
debian-live



More information about the debian-live-changes mailing list