summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/linux-container.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm
index 87a2100fcc4..2a3c54be59c 100644
--- a/gnu/system/linux-container.scm
+++ b/gnu/system/linux-container.scm
@@ -330,6 +330,10 @@ Run the container with the given options."))
330 #:namespaces (if #$shared-network? 330 #:namespaces (if #$shared-network?
331 (delq 'net %namespaces) 331 (delq 'net %namespaces)
332 %namespaces) 332 %namespaces)
333
334 ;; XXX: Work around <https://codeberg.org/guix/guix/issues/4788>.
335 #:lock-mounts? #f
336
333 #:writable-root? #t 337 #:writable-root? #t
334 #:process-spawned-hook (lambda (pid) 338 #:process-spawned-hook (lambda (pid)
335 ;; Write out the PID to the requested files 339 ;; Write out the PID to the requested files