mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
system: Reinstate lock mounts in `container-script'.
This issue should now be resolved, with a test guarding it from re-appearing. * gnu/system/linux-container.scm (container-script) [#:lock-mounts]: Delete argument. Change-Id: I93e94a0ee349c53967275b82e1a9a5bcc8e8f65c
This commit is contained in:
parent
1eccea7ffb
commit
cbc35fd9aa
1 changed files with 0 additions and 4 deletions
|
|
@ -317,10 +317,6 @@ Run the container with the given options."))
|
||||||
#:namespaces (if #$shared-network?
|
#:namespaces (if #$shared-network?
|
||||||
(delq 'net %namespaces)
|
(delq 'net %namespaces)
|
||||||
%namespaces)
|
%namespaces)
|
||||||
|
|
||||||
;; XXX: Work around <https://issues.guix.gnu.org/78356>.
|
|
||||||
#:lock-mounts? #f
|
|
||||||
|
|
||||||
#:writable-root? #t
|
#:writable-root? #t
|
||||||
#:process-spawned-hook explain)))))
|
#:process-spawned-hook explain)))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue