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