Only deference symlinks on FAT{16,32} partitions on usb-hdd.
This commit is contained in:
parent
80d4f98089
commit
21592c73bc
|
@ -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