From 5a5671ff99e8fb7d4e929cef2590542b23952e20 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 30 Apr 2021 17:14:48 -0700 Subject: pass -x to rsync(1) when updating volumes from chroot Otherwise it will try to copy in /dev, /proc etc. Signed-off-by: Sean Whitton --- src/property/installer.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/installer.lisp') diff --git a/src/property/installer.lisp b/src/property/installer.lisp index c4877d3..11d7062 100644 --- a/src/property/installer.lisp +++ b/src/property/installer.lisp @@ -22,7 +22,7 @@ (:desc #?"Updated ${target} from ${chroot}") (:apply (assert-euid-root) - (run "rsync" "-PSav" "--delete" + (run "rsync" "-PSavx" "--delete" (loop for volume in (mapcan (curry #'subvolumes-of-type 'mounted-filesystem) (get-connattr :opened-volumes)) -- cgit v1.2.3