aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi2/specialFunctions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/rpi2/specialFunctions.sh')
-rwxr-xr-xplatforms/rpi2/specialFunctions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/rpi2/specialFunctions.sh b/platforms/rpi2/specialFunctions.sh
index b63fa2a..472a06f 100755
--- a/platforms/rpi2/specialFunctions.sh
+++ b/platforms/rpi2/specialFunctions.sh
@@ -140,7 +140,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
}