aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/xu4/specialFunctions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/xu4/specialFunctions.sh')
-rwxr-xr-xplatforms/xu4/specialFunctions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/xu4/specialFunctions.sh b/platforms/xu4/specialFunctions.sh
index 9860735..f0e8bbb 100755
--- a/platforms/xu4/specialFunctions.sh
+++ b/platforms/xu4/specialFunctions.sh
@@ -96,8 +96,8 @@ function copyingCustomSystem()
info "Copying extlinux.conf on ${ODROID_BOOT}"
cp --preserve=mode -R "${BUILD_PATH}/boot/extlinux" "${ODROID_BOOT}/"
info "copying Mageia image to root partition"
- /bin/rsync -rlptogDH --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
- /bin/rsync -rlptogDH "${ODROID_BOOT}/" "${BOOT}/"
+ /bin/rsync -rlptogDHx --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
+ /bin/rsync -rlptogDHx "${ODROID_BOOT}/" "${BOOT}/"
return 0
}