mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
system: Reinstate lock-mounts work around for system containers.
The underlying problem for system containers still hasn't been
solved, the part of issue 78356 that has been solved is only
home containers.
This reverts commit cbc35fd9aa.
This is a work around for #4788 (previously https://issues.guix.gnu.org/78356).
* gnu/system/linux-container.scm (container-script): Disable lock-mounts?
Change-Id: Ib8eacfc1f1f1a858acf19beb6c14e12c4648b8d9
This commit is contained in:
parent
f7ee648345
commit
36c3a0a640
1 changed files with 4 additions and 0 deletions
|
|
@ -330,6 +330,10 @@ Run the container with the given options."))
|
|||
#:namespaces (if #$shared-network?
|
||||
(delq 'net %namespaces)
|
||||
%namespaces)
|
||||
|
||||
;; XXX: Work around <https://codeberg.org/guix/guix/issues/4788>.
|
||||
#:lock-mounts? #f
|
||||
|
||||
#:writable-root? #t
|
||||
#:process-spawned-hook (lambda (pid)
|
||||
;; Write out the PID to the requested files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue