diff options
Diffstat (limited to 'platforms/rpi3+/specialFunctions.sh')
-rwxr-xr-x | platforms/rpi3+/specialFunctions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/rpi3+/specialFunctions.sh b/platforms/rpi3+/specialFunctions.sh index 2dc08f5..83c62ee 100755 --- a/platforms/rpi3+/specialFunctions.sh +++ b/platforms/rpi3+/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 } |