summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/build/vm.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 73d0191de7..312500de88 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -420,8 +420,10 @@ GRUB configuration and OS-DRV as the stuff in it."
                   (register-closure
                    "/tmp/root"
                    (string-append "/xchg/" closure)
-                   ;; XXX: Using deduplication causes cross device link errors.
-                   #:deduplicate? #f))
+                   ;; TARGET-STORE is a read-only bind-mount so we shouldn't try
+                   ;; to modify it.
+                   #:deduplicate? #f
+                   #:reset-timestamps? #f))
                 closures))
 
     (apply invoke