diff mbox series

[bug#66887] Subject: [PATCH 3/3] remove outdated comment

Message ID DB9P190MB1985765353F0FB4D0817E9E29EA7A@DB9P190MB1985.EURP190.PROD.OUTLOOK.COM
State New
Headers show
Series [bug#66887] Subject: [PATCH 3/3] remove outdated comment | expand

Commit Message

Wilke Schwiedop Nov. 1, 2023, 6:47 p.m. UTC
cgroup2 is now the default in guix
---
 gnu/packages/containers.scm | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c00394af2b..b864f83dcf 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -307,8 +307,6 @@  (define-public cni-plugins
 configure network interfaces in Linux containers.")
     (license license:asl2.0)))
 
-;; For podman to work, the user needs to run
-;; `sudo mount -t cgroup2 none /sys/fs/cgroup`
 (define-public catatonit
   (package
     (name "catatonit")