aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi1/specialFunctions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/rpi1/specialFunctions.sh')
-rwxr-xr-xplatforms/rpi1/specialFunctions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/rpi1/specialFunctions.sh b/platforms/rpi1/specialFunctions.sh
index 3d09d3f..40e7124 100755
--- a/platforms/rpi1/specialFunctions.sh
+++ b/platforms/rpi1/specialFunctions.sh
@@ -141,7 +141,7 @@ function copyingCustomSystem()
fi
info "copying Mageia image to root partition"
- /bin/rsync -rlptogDH --exclude "${ARM_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
- /bin/rsync -rlptogDH "${ARM_BOOT}/" "${BOOT}/"
+ /bin/rsync -rlptogDHx --exclude "${ARM_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
+ /bin/rsync -rlptogDHx "${ARM_BOOT}/" "${BOOT}/"
return 0
}