Only deference symlinks on FAT{16,32} partitions on usb-hdd.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-14 18:36:22 +01:00
parent 72a670c5d2
commit 5d70e02dd1
1 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,11 @@ esac
# Working arround vfat limitations
if [ "${LH_BINARY_IMAGE}" = "usb-hdd" ]
then
case "${LH_BINARY_FILESYSTEM}" in
fat*)
CP_OPTIONS="-L"
;;
esac
fi
# Copying common templates