]> git.hungrycats.org Git - linux/commitdiff
zygo: build-kernel: do not copy ownership or permissions to target, it will break ssh
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Thu, 16 Dec 2021 19:17:27 +0000 (14:17 -0500)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Thu, 16 Dec 2021 19:18:36 +0000 (14:18 -0500)
(cherry picked from commit 7d79a8a5e8ed8fc2686f61065205ddc7f8a563ad)

zygo/build-kernel

index 54ca7fe44af4f78572569186063bf546de19c4b9..e970bfb3b0bcccf4931042ea19c790302132298d 100755 (executable)
@@ -50,4 +50,4 @@ rsync -avxHSPW vmlinux ../root/root/vmlinux
 # rsync -avxHSPW arch/arm/boot/dts/overlays/*.dtb* ../root/boot/overlays/
 # rsync -avxHSPW arch/arm/boot/dts/overlays/README ../root/boot/overlays/
 
-[ -n "$deployTarget" ] && rsync -avxzHSP ../root/. "$deployTarget"
+[ -n "$deployTarget" ] && rsync -rvxzHSP ../root/. "$deployTarget"