diff mbox series

[bug#70112,v2,02/11] gnu: podman: Drop obsolete comment.

Message ID bf89515e31a1e8e14d45c45da9ff6f5ab89f007e.1715293394.git.~@wolfsden.cz
State New
Headers show
Series [bug#70112,v2,01/11] gnu: crun: Update to 1.15. | expand

Commit Message

Tomas Volf May 9, 2024, 10:23 p.m. UTC
cgroup2 is now the default type.

* gnu/packages/containers.scm (podman): Drop the comment.

Change-Id: I197ed7e4901b26ad820295ed7adcaffd7bf533f5
---
 gnu/packages/containers.scm | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index ccee920325..f5328e4803 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -410,9 +410,6 @@  (define-public gvisor-tap-vsock
 The binary is called @command{gvproxy}.")
     (license license:asl2.0)))
 
-;; For podman to work, the user needs to run
-;; `sudo mount -t cgroup2 none /sys/fs/cgroup`
-
 (define-public podman
   (package
     (name "podman")