From 10edda5aa5f92e7bfcff4902d4f3c11373d1e725 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 16 Oct 2025 16:36:43 +0900 Subject: Reinstate "linux-container: Remove #:lock-mounts? and related code." This reverts commit e0e64be8de3d220a12612b3a2e4aee428277d865. --- gnu/system/linux-container.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/system') diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index 9bcdf24a7e0..d16d1e78b56 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -317,6 +317,10 @@ Run the container with the given options.")) #:namespaces (if #$shared-network? (delq 'net %namespaces) %namespaces) + + ;; XXX: Work around . + #:lock-mounts? #f + #:writable-root? #t #:process-spawned-hook explain))))) -- cgit v1.3