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