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

This commit is contained in:
Chris Lamb 2008-06-14 18:36:22 +01:00 committed by Daniel Baumann
parent 80d4f98089
commit 21592c73bc
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
CP_OPTIONS="-L"
case "${LH_BINARY_FILESYSTEM}" in
fat*)
CP_OPTIONS="-L"
;;
esac
fi
# Copying common templates