guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tomas Volf
Subject: [bug#70112] [PATCH 02/11] gnu: podman: Drop obsolete comment.
Date: Sun, 31 Mar 2024 20:34:59 +0200

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 --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index f1b76f8512..b08d0ee762 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")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]