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:
parent
72a670c5d2
commit
5d70e02dd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue